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

Unified Diff: chrome/common/chrome_switches.h

Issue 10752006: Adding a field trial to enable speculative resource prefetching learning. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 760e94d2371e83f6a0c3c83a9667a41cbbb700d9..f7954ced6bdfd21ca2e15407f63296e8143d8b94 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -173,7 +173,6 @@ extern const char kEnableResourceContentSettings[];
extern const char kEnableScriptBadges[];
extern const char kEnableSdch[];
extern const char kEnableSpdy3[];
-extern const char kEnableSpeculativeResourcePrefetching[];
extern const char kEnableSpdyFlowControl[];
extern const char kEnableStackedTabStrip[];
extern const char kEnableSuggestionsTabPage[];
@@ -315,6 +314,9 @@ extern const char kShowLauncherAlignmentMenu[];
extern const char kSilentDumpOnDCHECK[];
extern const char kSimulateUpgrade[];
extern const char kSocketReusePolicy[];
+extern const char kSpeculativeResourcePrefetching[];
+extern const char kSpeculativeResourcePrefetchingDisabled[];
+extern const char kSpeculativeResourcePrefetchingLearning[];
dominich 2012/07/09 20:57:23 Why not 'Enabled'? Are you planning on multiple st
Shishir 2012/07/09 21:02:01 I was thinking we would have three states - enable
extern const char kSSLVersionMax[];
extern const char kSSLVersionMin[];
extern const char kStartMaximized[];

Powered by Google App Engine
This is Rietveld 408576698