Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index a44fdbff13634845751d7a54fe2a8fbf3b62b027..35462c358befa61390d34a39357044a9cdadb1f4 100644 |
| --- a/chrome/common/pref_names.h |
| +++ b/chrome/common/pref_names.h |
| @@ -179,7 +179,8 @@ extern const char kLastPolicyCheckTime[]; |
| #endif |
| extern const char kInstantUIZeroSuggestUrlPrefix[]; |
| extern const char kMultipleProfilePrefMigration[]; |
| -extern const char kNetworkPredictionEnabled[]; |
| +extern const char kNetworkPredictionEnabled[]; // WILL BE OBSOLETE |
|
jkarlin
2014/06/13 11:26:40
I would remove this comment and the one below as t
Bence
2014/06/13 13:49:06
Done.
|
| +extern const char kAllowNetworkPrediction[]; // NOT IMPLEMENTED YET |
|
jkarlin
2014/06/13 11:26:40
Remove comment
Bence
2014/06/13 13:49:06
Done.
|
| extern const char kDefaultAppsInstallState[]; |
| extern const char kHideWebStoreIcon[]; |
| #if defined(OS_CHROMEOS) |