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

Unified Diff: chrome/browser/about_flags.cc

Issue 15021007: Do conservative prerendering based on the LocalPredictor in Dev/Canary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 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/browser/about_flags.cc
===================================================================
--- chrome/browser/about_flags.cc (revision 198752)
+++ chrome/browser/about_flags.cc (working copy)
@@ -1460,6 +1460,13 @@
kOsWin,
SINGLE_VALUE_TYPE(switches::kAppsUseNativeFrame)
},
+ {
+ "disable-prerender-local-predictor",
+ IDS_FLAGS_DISABLE_PRERENDER_LOCAL_PREDICTOR_NAME,
+ IDS_FLAGS_DISABLE_PRERENDER_LOCAL_PREDICTOR_DESCRIPTION,
+ kOsDesktop,
+ SINGLE_VALUE_TYPE(switches::kDisablePrerenderLocalPredictor)
+ },
};
const Experiment* experiments = kExperiments;

Powered by Google App Engine
This is Rietveld 408576698