diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 23:59:16 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 23:59:16 +0000 |
commit | e95cfd0cfce2a13a162dc03ae0bf66839ac5c10a (patch) | |
tree | a6de1dc429172618c1471dba75ebbc023beea289 /chrome/browser/android | |
parent | 8e49d374c0487366b8606014f0c164e3c8b20c77 (diff) | |
download | chromium_src-e95cfd0cfce2a13a162dc03ae0bf66839ac5c10a.zip chromium_src-e95cfd0cfce2a13a162dc03ae0bf66839ac5c10a.tar.gz chromium_src-e95cfd0cfce2a13a162dc03ae0bf66839ac5c10a.tar.bz2 |
Remove the command-line flag to disable the History Quick omnibox provider.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10666037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/android')
-rw-r--r-- | chrome/browser/android/chrome_startup_flags.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/android/chrome_startup_flags.cc b/chrome/browser/android/chrome_startup_flags.cc index 340514a..c6f99f0 100644 --- a/chrome/browser/android/chrome_startup_flags.cc +++ b/chrome/browser/android/chrome_startup_flags.cc @@ -40,10 +40,6 @@ void SetChromeSpecificCommandLineFlags() { if (IsTabletUi()) parsed_command_line->AppendSwitch(switches::kTabletUi); - // TODO(jcivelli): Enable the History Quick Provider and figure out - // why it reports the wrong results for some pages. - parsed_command_line->AppendSwitch(switches::kDisableHistoryQuickProvider); - // Enable prerender for the omnibox. parsed_command_line->AppendSwitchASCII( switches::kPrerenderMode, switches::kPrerenderModeSwitchValueEnabled); |