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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2853583002: 🏠 Add expand button and flag to enable it (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index c4ad013c954efb75a193e589869a77b686df8135..8e9167a7eba83cec11c9636e9942818b4a7df84d 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1973,6 +1973,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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698