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

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

Issue 2556543004: Add a NoStatePrefetch entry in about://flags (Closed)
Patch Set: fix histograms.xml 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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[];
Alexei Svitkine (slow) 2016/12/07 15:50:00 Is there a corresponding .cc file change missing f
droger 2016/12/07 15:55:30 No, these constants already exist, they just were
+extern const char kNoStatePrefetchFeatureModeParameterPrerender[];
extern const char kNoStatePrefetchFeatureModeParameterSimpleLoad[];
// Configures prerender using kNoStatePrefetchFeature and field trial
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698