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

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

Issue 2716273004: Invert description and URL for experimental zero suggest suggestions. (Closed)
Patch Set: Make title/url swap an independent feature 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
Index: components/omnibox/browser/features.h
diff --git a/components/omnibox/browser/features.h b/components/omnibox/browser/features.h
index 06b9d2a7380b4873fd284adb9625891eae5c4a1d..1cf4c0f3b68c3bd60a64986a08008f971c655f37 100644
--- a/components/omnibox/browser/features.h
+++ b/components/omnibox/browser/features.h
@@ -9,8 +9,13 @@
namespace features {
+// Feature used for the Zero Suggest Redirect to Chrome Field Trial.
Mark P 2017/02/28 22:24:28 optional nit: I'm not sure if either of these comm
gcomanici 2017/03/01 02:56:27 Done.
extern const base::Feature kZeroSuggestRedirectToChrome;
+// Feature used to swap the title and URL when providing zero suggest
+// suggestions.
+extern const base::Feature kZeroSuggestSwapTitleAndUrl;
+
} // namespace features
#endif // COMPONENTS_OMNIBOX_BROWSER_FEATURES_H_

Powered by Google App Engine
This is Rietveld 408576698