Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1037)

Unified Diff: components/omnibox/browser/omnibox_switches.cc

Issue 1224083010: Enable Answers in Suggest always. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comment Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/omnibox/browser/omnibox_switches.h ('k') | components/omnibox/browser/search_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/omnibox_switches.cc
diff --git a/components/omnibox/browser/omnibox_switches.cc b/components/omnibox/browser/omnibox_switches.cc
index ced6133a113b56b76de429eb9baa47e218b27338..a17a27e4e745891670d18cbb532138bfbd1f984e 100644
--- a/components/omnibox/browser/omnibox_switches.cc
+++ b/components/omnibox/browser/omnibox_switches.cc
@@ -6,12 +6,6 @@
namespace switches {
-// Disables the experimental Answers in Suggest feature.
-const char kDisableAnswersInSuggest[] = "disable-answers-in-suggest";
-
-// Enables the experimental Answers in Suggest feature.
-const char kEnableAnswersInSuggest[] = "enable-answers-in-suggest";
-
// Causes the omnibox dropdown to emphasize the titles of URL suggestions
// for query-like inputs.
const char kEmphasizeTitlesInOmniboxDropdown[] =
« no previous file with comments | « components/omnibox/browser/omnibox_switches.h ('k') | components/omnibox/browser/search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698