Chromium Code Reviews| 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[]; |