Bug 1433024 - Update MigrationUtils' sourceHomePageURL r?Gijs draft
authorDoug Thayer <dothayer@mozilla.com>
Mon, 29 Jan 2018 09:03:24 -0800
changeset 748345 6183e239280f991d14a76ca67c0f3ef3b8c4fb68
parent 747859 6190b1e65676010bc61ca612b14198992aa27f5a
push id97132
push userbmo:dothayer@mozilla.com
push dateMon, 29 Jan 2018 17:03:57 +0000
reviewersGijs
bugs1433024
milestone60.0a1
Bug 1433024 - Update MigrationUtils' sourceHomePageURL r?Gijs Fairly trivial. This was breaking for the test_refresh_firefox test in beta, since the code which calls this is only active if certain branding strings are present. MozReview-Commit-ID: 3CkosXHgoMm
browser/components/migration/MigrationUtils.jsm
--- a/browser/components/migration/MigrationUtils.jsm
+++ b/browser/components/migration/MigrationUtils.jsm
@@ -183,17 +183,17 @@ this.MigratorPrototype = {
   get startupOnlyMigrator() {
     return false;
   },
 
   /**
    * OVERRIDE IF AND ONLY IF your migrator supports importing the homepage.
    * @see nsIBrowserProfileMigrator
    */
-  get sourceHomePageURL() {
+  getSourceHomePageURL() {
     return "";
   },
 
   /**
    * Override if the data to migrate is locked/in-use and the user should
    * probably shutdown the source browser.
    */
   get sourceLocked() {