Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 468273f3528677d005ec62f0a95d6a0d0fb972a6..7145b23cba370848681b99bea2e77fbd34001c3f 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1352,6 +1352,10 @@ const char kWindowSize[] = "window-size"; |
// use Chromium's network stack to fetch, and V8 to evaluate. |
const char kWinHttpProxyResolver[] = "winhttp-proxy-resolver"; |
+// If nonempty, fetch experimental zerosuggest suggestions by appending to this |
samarth
2012/08/13 17:42:37
You already do mention "experimental" here but per
Jered
2012/08/13 22:23:59
Let's just go with --experimental-zerosuggest-url-
|
+// prefix of a URL. |
+const char kZerosuggestURLPrefix[] = "zerosuggest-url-prefix"; |
+ |
#if defined(OS_ANDROID) |
// Use the tablet specific UI components when available. |
const char kTabletUI[] = "tablet-ui"; |