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

Unified Diff: components/omnibox/omnibox_switches.h

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.h
diff --git a/components/omnibox/omnibox_switches.h b/components/omnibox/omnibox_switches.h
index 7cd73e2c10e6db6f4544443985a34e6d0ba173bb..c259ff2eeb524a93b6d13b233722b87946380c89 100644
--- a/components/omnibox/omnibox_switches.h
+++ b/components/omnibox/omnibox_switches.h
@@ -9,6 +9,7 @@ namespace switches {
extern const char kDisableAnswersInSuggest[];
extern const char kEnableAnswersInSuggest[];
+extern const char kEmphasizeTitlesInOmniboxDropdown[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698