| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 54158781922948c804b15f3389277bf7f30f0757..6bc725f6eb78d6b4704a70fb8d1696f858f7c95d 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -908,18 +908,6 @@ const char kNtpAppInstallHint[] = "ntp-app-install-hint";
|
| // Autoconfig (PAC) script.
|
| const char kNumPacThreads[] = "num-pac-threads";
|
|
|
| -// Controls whether the omnibox's HistoryURL provider is aggressive.
|
| -const char kOmniboxAggressiveHistoryURL[] =
|
| - "omnibox-aggressive-with-history-url";
|
| -// The values the kOmniboxAggressiveHistoryURL switch may have, as in
|
| -// "--omnibox-aggressive-with-history-url=auto".
|
| -// auto: Allow field trial selection.
|
| -const char kOmniboxAggressiveHistoryURLAuto[] = "auto";
|
| -// enabled: always aggressive.
|
| -const char kOmniboxAggressiveHistoryURLEnabled[] = "enabled";
|
| -// disabled: never aggressive ( == current behavior as of 1/2012).
|
| -const char kOmniboxAggressiveHistoryURLDisabled[] = "disabled";
|
| -
|
| // Controls whether the omnibox's HistoryQuickProvider is allowed to
|
| // inline suggestions.
|
| const char kOmniboxInlineHistoryQuickProvider[] =
|
|
|