diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 20:04:07 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 20:04:07 +0000 |
commit | 8768b4555d2ce58da02a5a51894f455cc2dfb158 (patch) | |
tree | d966e1281feb75b88391945e200ec6851b144017 /chrome/common/chrome_switches.cc | |
parent | 8c23a87bd4f1c7aa5b7426bc6e0ab4f959669cbf (diff) | |
download | chromium_src-8768b4555d2ce58da02a5a51894f455cc2dfb158.zip chromium_src-8768b4555d2ce58da02a5a51894f455cc2dfb158.tar.gz chromium_src-8768b4555d2ce58da02a5a51894f455cc2dfb158.tar.bz2 |
Makes instant suggest commit immediately. If folks like this, I can
rip out some more code.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6360022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73006 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, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 6ad6356..43026f4 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -763,11 +763,6 @@ 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"; |