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

Unified Diff: chrome/common/pref_names.h

Issue 336543003: Add AllowNetworkPrediction preference name and enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 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)

Powered by Google App Engine
This is Rietveld 408576698