| Index: chrome/browser/autocomplete/autocomplete.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete.cc (revision 108120)
|
| +++ chrome/browser/autocomplete/autocomplete.cc (working copy)
|
| @@ -833,8 +833,8 @@
|
| switches::kDisableHistoryQuickProvider);
|
| if (hqp_enabled)
|
| providers_.push_back(new HistoryQuickProvider(this, profile));
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableShortcutsProvider))
|
| + if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kDisableShortcutsProvider))
|
| providers_.push_back(new ShortcutsProvider(this, profile));
|
| if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableHistoryURLProvider))
|
|
|