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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10933023: Control zero suggest with a pref, not a switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index d1f6792fabbd90dd5c8b5e1a18fbfb6cd5a8967b..00c738c3872ad24678d6fb3dbe5e2dd392206e5a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -670,11 +670,6 @@ const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy";
const char kExperimentalSpellcheckerFeatures[] =
"experimental-spellchecker-features";
-// If nonempty, fetch experimental zero-suggest suggestions by appending to
-// this prefix of a URL.
-const char kExperimentalZeroSuggestURLPrefix[] =
- "experimental-zero-suggest-url-prefix";
-
// Explicitly allows additional ports using a comma-separated list of port
// numbers.
const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports";

Powered by Google App Engine
This is Rietveld 408576698