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

Unified Diff: chrome/browser/prerender/prerender_field_trial.h

Issue 2556543004: Add a NoStatePrefetch entry in about://flags (Closed)
Patch Set: Created 4 years 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
« chrome/browser/about_flags.cc ('K') | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_field_trial.h
diff --git a/chrome/browser/prerender/prerender_field_trial.h b/chrome/browser/prerender/prerender_field_trial.h
index 1e1e8e66de5c38cec8e84f3584fea235c5cf8387..ce5a487853087fc41ec8603ff3fa07d448cecca1 100644
--- a/chrome/browser/prerender/prerender_field_trial.h
+++ b/chrome/browser/prerender/prerender_field_trial.h
@@ -11,9 +11,10 @@ class Profile;
namespace prerender {
-// Exposed for testing.
extern const base::Feature kNoStatePrefetchFeature;
extern const char kNoStatePrefetchFeatureModeParameterName[];
+extern const char kNoStatePrefetchFeatureModeParameterPrefetch[];
+extern const char kNoStatePrefetchFeatureModeParameterPrerender[];
extern const char kNoStatePrefetchFeatureModeParameterSimpleLoad[];
// Configures prerender using kNoStatePrefetchFeature and field trial
« chrome/browser/about_flags.cc ('K') | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698