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

Unified Diff: components/omnibox/omnibox_switches.cc

Issue 1155673002: Omnibox - Add About Flag to Reverse Title and URLs in the Dropdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac and add command line flag to histograms.xml Created 5 years, 7 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/omnibox_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/omnibox_switches.cc
diff --git a/components/omnibox/omnibox_switches.cc b/components/omnibox/omnibox_switches.cc
index ce498be7f4e3efb860d622f94f575b91fcdbee97..64607b5856c7eb7ce88de9e6b81a8009323dfda5 100644
--- a/components/omnibox/omnibox_switches.cc
+++ b/components/omnibox/omnibox_switches.cc
@@ -12,4 +12,9 @@ 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[] =
+ "emphasize-titles-in-omnibox-dropdown";
+
} // namespace switches
« no previous file with comments | « components/omnibox/omnibox_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698