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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10832256: Experimental AutocompleteProvider for zerosuggest. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rip out timer. Created 8 years, 4 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 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";
« chrome/browser/autocomplete/zerosuggest_provider.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698