diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-10 23:27:32 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-10 23:27:32 +0000 |
commit | 9e78974689a785e035d107fcf793880fd338e416 (patch) | |
tree | 5b670eeb39cd10aeb13e5c652342fb8abd9dab61 /chrome/common/chrome_switches.cc | |
parent | 5894335286ebbaf32decd466f8f54e42dbada9f8 (diff) | |
download | chromium_src-9e78974689a785e035d107fcf793880fd338e416.zip chromium_src-9e78974689a785e035d107fcf793880fd338e416.tar.gz chromium_src-9e78974689a785e035d107fcf793880fd338e416.tar.bz2 |
Adds lab for making instant suggest autocomplete immediately. As part
of this I encountered a bug in SearchProvider::FinalizeInstantQuery
which has been fixed (with test).
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6142008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index b993023..c69408e 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -745,6 +745,11 @@ const char kInProcessWebGL[] = "in-process-webgl"; // Causes the browser to launch directly in incognito mode. const char kIncognito[] = "incognito"; +// Whether the search provider suggestion should be autocompleted immediately +// when instant is enabled. +const char kInstantAutocompleteImmediately[] = + "instant-autocomplete-immediately"; + // URL to use for instant. If specified this overrides the url from the // TemplateURL. const char kInstantURL[] = "instant-url"; |