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

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: peter's comments, including refactoring 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
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
« components/omnibox/autocomplete_result.cc ('K') | « components/omnibox/omnibox_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698