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

Unified Diff: chrome/common/chrome_switches.cc

Issue 8588003: Add a new field trial for Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 0fb27145080c23f109a3954da6ac306f76c32825..957348cea0e006c2b36565883970e58935778c08 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -712,6 +712,8 @@ const char kInstantFieldTrialHidden[] = "hidden";
const char kInstantFieldTrialInstant[] = "instant";
// The field trial is forced into the SILENT_EXPERIMENT group.
const char kInstantFieldTrialSilent[] = "silent";
+// The field trial is forced into the SUGGEST_EXPERIMENT group.
+const char kInstantFieldTrialSuggest[] = "suggest";
// URL to use for instant. If specified this overrides the url from the
// TemplateURL.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698