[App Management] Add App Management and App Service Ash flags.
This CL adds flags for the App Management and App Service Ash features,
to allow them to be enabled/disabled from the browser.
The App Management feature now also enables all the App Service
functionality used by the app management page, while the App Service Ash
feature enables the App Service functionality used by the shelf and app
list.
Bug: 906508
Change-Id: Ibd80ba73f50fc968bdd2ebbbd0e52cc893e870df
Reviewed-on: https://chromium-review.googlesource.com/c/1433332
Reviewed-by: Avi Drissman <[email protected]>
Reviewed-by: Eric Willigers <[email protected]>
Reviewed-by: Nigel Tao <[email protected]>
Reviewed-by: calamity <[email protected]>
Commit-Queue: Reka Norman <[email protected]>
Cr-Commit-Position: refs/heads/master@{#627162}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 023393a..dfc04d4 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1648,6 +1648,9 @@
extern const char kAccountConsistencyChoiceMirror[];
extern const char kAccountConsistencyChoiceDice[];
+extern const char kAppManagementName[];
+extern const char kAppManagementDescription[];
+
extern const char kAutofillDropdownLayoutName[];
extern const char kAutofillDropdownLayoutDescription[];
@@ -1805,6 +1808,9 @@
extern const char kAllowTouchpadThreeFingerClickName[];
extern const char kAllowTouchpadThreeFingerClickDescription[];
+extern const char kAppServiceAshName[];
+extern const char kAppServiceAshDescription[];
+
extern const char kArcAvailableForChildName[];
extern const char kArcAvailableForChildDescription[];