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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2853583002: 🏠 Add expand button and flag to enable it (Closed)
Patch Set: metrics Created 3 years, 8 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: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index ce8ff8b7d7211c45bddd704d5a8674459092874c..810ee91d3435cd9874863b018e29e5651923432a 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2178,6 +2178,12 @@ extern const char kChromeHomeName[];
// Description of the Chrome Home experiment in about:flags.
extern const char kChromeHomeDescription[];
+// The name of the Chrome Home expand button experiment in about:flags.
+extern const char kChromeHomeExpandButtonName[];
+
+// Description of the Chrome Home expand button experiment in about:flags.
+extern const char kChromeHomeExpandButtonDescription[];
+
#endif // defined(OS_ANDROID)
// In-Product Help flags

Powered by Google App Engine
This is Rietveld 408576698