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

Unified Diff: chrome/browser/about_flags.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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d9a048eea033df659f8cee2ab3ce9477fec9a181..0e24ca8d6ec5c132ed2e3eeac8df1cc042c29a4a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1636,6 +1636,10 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-chrome-home", flag_descriptions::kChromeHomeName,
flag_descriptions::kChromeHomeDescription, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kChromeHomeFeature)},
+ {"enable-chrome-home-expand-button",
+ flag_descriptions::kChromeHomeExpandButtonName,
+ flag_descriptions::kChromeHomeExpandButtonDescription, kOsAndroid,
+ FEATURE_VALUE_TYPE(chrome::android::kChromeHomeExpandButton)},
#endif // OS_ANDROID
#if defined(OS_ANDROID)
{"enable-iph-demo-mode", flag_descriptions::kEnableIphDemoMode,

Powered by Google App Engine
This is Rietveld 408576698