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

Unified Diff: components/omnibox/browser/features.h

Issue 2716273004: Invert description and URL for experimental zero suggest suggestions. (Closed)
Patch Set: Remove unnecessary function. Created 3 years, 10 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/autocomplete_result.cc ('k') | components/omnibox/browser/features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/features.h
diff --git a/components/omnibox/browser/features.h b/components/omnibox/browser/features.h
index 06b9d2a7380b4873fd284adb9625891eae5c4a1d..8820b72a0d4da5028c202464672c17ae31cd8a99 100644
--- a/components/omnibox/browser/features.h
+++ b/components/omnibox/browser/features.h
@@ -11,6 +11,8 @@ namespace features {
extern const base::Feature kZeroSuggestRedirectToChrome;
+extern const base::Feature kZeroSuggestSwapTitleAndUrl;
+
} // namespace features
#endif // COMPONENTS_OMNIBOX_BROWSER_FEATURES_H_
« no previous file with comments | « components/omnibox/browser/autocomplete_result.cc ('k') | components/omnibox/browser/features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698