Bug 482911. (AAv1) Remove DEFAULT_BOOKMARKS leftover. r=mak77.
authorSerge Gautherie <sgautherie.bz@free.fr>
Wed, 28 Mar 2012 10:54:00 +0200 (2012-03-28)
changeset 90398 3db28151b12f7699b1b52a5f27bc80abeb03e632
parent 90397 4f8b9ff09a8a3453ef618b64bf3702b7e670a19c
child 90399 a996d3df12a3c8e07c2656499901b9d118596641
push id22356
push usersgautherie.bz@free.fr
push dateWed, 28 Mar 2012 08:54:29 +0000 (2012-03-28)
treeherdermozilla-central@a996d3df12a3 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersmak77
bugs482911
milestone14.0a1
first release with
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
last release without
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
Bug 482911. (AAv1) Remove DEFAULT_BOOKMARKS leftover. r=mak77.
browser/components/migration/src/nsBrowserProfileMigratorUtils.cpp
--- a/browser/components/migration/src/nsBrowserProfileMigratorUtils.cpp
+++ b/browser/components/migration/src/nsBrowserProfileMigratorUtils.cpp
@@ -51,18 +51,16 @@
 
 #include "nsAppDirectoryServiceDefs.h"
 #include "nsIRDFService.h"
 #include "nsIStringBundle.h"
 #include "nsXPCOMCID.h"
 
 #define MIGRATION_BUNDLE "chrome://browser/locale/migration/migration.properties"
 
-#define DEFAULT_BOOKMARKS NS_LITERAL_CSTRING("resource:///defaults/profile/bookmarks.html")
-
 void SetUnicharPref(const char* aPref, const nsAString& aValue,
                     nsIPrefBranch* aPrefs)
 {
   nsCOMPtr<nsISupportsString> supportsString =
     do_CreateInstance(NS_SUPPORTS_STRING_CONTRACTID);    
   if (supportsString) {
      supportsString->SetData(aValue); 
      aPrefs->SetComplexValue(aPref, NS_GET_IID(nsISupportsString),