Add home launcher feature flag
Home launcher is a feature to show fullscreen launcher in tablet mode.
And home button will minimize all windows instead of opening/closing
the launcher.
BUG=828945
Change-Id: If9ce1f287a72cc7dc6e2424819cb54e7b47b3f3d
Reviewed-on: https://chromium-review.googlesource.com/996177
Commit-Queue: Weidong Guo <[email protected]>
Reviewed-by: Xiyuan Xia <[email protected]>
Cr-Commit-Position: refs/heads/master@{#548560}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 723b41d3..ef42e14 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3820,6 +3820,12 @@
FEATURE_VALUE_TYPE(chrome::android::kHorizontalTabSwitcherAndroid)},
#endif // OS_ANDROID
+#if defined(OS_CHROMEOS)
+ {"enable-home-launcher", flag_descriptions::kEnableHomeLauncherName,
+ flag_descriptions::kEnableHomeLauncherDescription, kOsCrOS,
+ FEATURE_VALUE_TYPE(app_list::features::kEnableHomeLauncher)},
+#endif // OS_CHROMEOS
+
// NOTE: Adding a new flag requires adding a corresponding entry to enum
// "LoginCustomFlags" in tools/metrics/histograms/enums.xml. See "Flag
// Histograms" in tools/metrics/histograms/README.md (run the