Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8039)

Unified Diff: chrome/common/pref_names.h

Issue 944433002: Revamp the MigrateBrowserPrefs and MigrateUserPrefs code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gab comments Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index c4c6bc3f91dfa3b444a475ffbcbdbea68f0078cc..5152f0ce3baa8d1e0cb39f5285ec140b4a43f3e1 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -165,7 +165,7 @@ extern const char kDisabledSchemes[];
extern const char kLastPolicyCheckTime[];
#endif
extern const char kInstantUIZeroSuggestUrlPrefix[];
-extern const char kMultipleProfilePrefMigration[];
+extern const char kMultipleProfilePrefMigration[]; // OBSOLETE
rkaplow 2015/02/20 21:58:08 some are marked OBSOLETE. Should I be removing thi
gab 2015/02/23 16:09:37 The other ones FWICT are declared globally but onl
rkaplow 2015/02/23 23:27:52 already having a bit of trouble keeping track of e
gab 2015/02/24 20:55:19 Ok NP, though I think kCookieBehavior is the only
rkaplow 2015/02/24 22:41:11 You're correct. Done
extern const char kNetworkPredictionEnabled[];
extern const char kNetworkPredictionOptions[];
extern const char kDefaultAppsInstallState[];
@@ -491,7 +491,6 @@ extern const char kUninstallLastObservedRunTimeSec[];
extern const char kBrowserSuppressDefaultBrowserPrompt[];
-extern const char kBrowserWindowPlacement[];
extern const char kBrowserWindowPlacementPopup[];
extern const char kTaskManagerWindowPlacement[];
extern const char kAppWindowPlacement[];

Powered by Google App Engine
This is Rietveld 408576698