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

Unified Diff: chrome/browser/about_flags.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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b0944a345e5e18b8daf694575cfae03ae31f4e0d..c9d74d4543b1f7d16a37f0ace716911c3cde3688 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1640,6 +1640,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,
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | chrome/browser/android/chrome_feature_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698