author | Serge 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 id | 22356 |
push user | sgautherie.bz@free.fr |
push date | Wed, 28 Mar 2012 08:54:29 +0000 (2012-03-28) |
treeherder | mozilla-central@a996d3df12a3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mak77 |
bugs | 482911 |
milestone | 14.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
|
browser/components/migration/src/nsBrowserProfileMigratorUtils.cpp | file | annotate | diff | comparison | revisions |
--- 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),