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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2853583002: 🏠 Add expand button and flag to enable it (Closed)
Patch Set: fix screenshot 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.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 876ad604474790fecbfd2603f7c48021f446743a..b786d69fea066b69793161ff3bfce200f81a4aa3 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1962,6 +1962,11 @@ const char kChromeHomeName[] = "Chrome Home";
const char kChromeHomeDescription[] = "Enables Chrome Home on Android.";
+const char kChromeHomeExpandButtonName[] = "Chrome Home Expand Button";
+
+const char kChromeHomeExpandButtonDescription[] =
+ "Enables the expand button for Chrome Home.";
+
#endif // defined(OS_ANDROID)
// In-Product Help flags

Powered by Google App Engine
This is Rietveld 408576698