Commit a5ef61bf authored by nancy's avatar nancy Committed by Commit Bot

Remove AppServiceAsh flag.

BUG=1016159

Change-Id: Ide7712b6f6abf19c3ffcd054d69ecf1468cbe605
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933673
Commit-Queue: Nancy Wang <nancylingwang@chromium.org>
Reviewed-by: default avatarJeevan Shikaram <jshikaram@chromium.org>
Reviewed-by: default avatarMaggie Cai <mxcai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718969}
parent 6857a61c
...@@ -3933,10 +3933,6 @@ const FeatureEntry kFeatureEntries[] = { ...@@ -3933,10 +3933,6 @@ const FeatureEntry kFeatureEntries[] = {
#endif // !defined(OS_ANDROID) #endif // !defined(OS_ANDROID)
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
{"app-service-ash", flag_descriptions::kAppServiceAshName,
flag_descriptions::kAppServiceAshDescription, kOsCrOS,
FEATURE_VALUE_TYPE(features::kAppServiceAsh)},
{"app-service-instance-registry", {"app-service-instance-registry",
flag_descriptions::kAppServiceInstanceRegistryName, flag_descriptions::kAppServiceInstanceRegistryName,
flag_descriptions::kAppServiceInstanceRegistryDescription, kOsCrOS, flag_descriptions::kAppServiceInstanceRegistryDescription, kOsCrOS,
......
...@@ -117,11 +117,6 @@ ...@@ -117,11 +117,6 @@
"owners": [ "//chrome/browser/resources/app_management/OWNERS" ], "owners": [ "//chrome/browser/resources/app_management/OWNERS" ],
"expiry_milestone": 81 "expiry_milestone": 81
}, },
{
"name": "app-service-ash",
"owners": [ "//chrome/services/app_service/OWNERS" ],
"expiry_milestone": 79
},
{ {
"name": "app-service-instance-registry", "name": "app-service-instance-registry",
"owners": [ "//chrome/services/app_service/OWNERS" ], "owners": [ "//chrome/services/app_service/OWNERS" ],
......
...@@ -3175,10 +3175,6 @@ const char kAllowDisableMouseAccelerationName[] = ...@@ -3175,10 +3175,6 @@ const char kAllowDisableMouseAccelerationName[] =
const char kAllowDisableMouseAccelerationDescription[] = const char kAllowDisableMouseAccelerationDescription[] =
"Shows a setting to disable mouse acceleration."; "Shows a setting to disable mouse acceleration.";
const char kAppServiceAshName[] = "App Service Ash";
const char kAppServiceAshDescription[] =
"Use the App Service to provide data to the Ash UI, such as the app list.";
const char kAppServiceInstanceRegistryName[] = "App Service Instance Registry"; const char kAppServiceInstanceRegistryName[] = "App Service Instance Registry";
const char kAppServiceInstanceRegistryDescription[] = const char kAppServiceInstanceRegistryDescription[] =
"Use the App Service to provide app instance information, such as the " "Use the App Service to provide app instance information, such as the "
......
...@@ -1874,9 +1874,6 @@ extern const char kAllowAmbientEQDescription[]; ...@@ -1874,9 +1874,6 @@ extern const char kAllowAmbientEQDescription[];
extern const char kAllowDisableMouseAccelerationName[]; extern const char kAllowDisableMouseAccelerationName[];
extern const char kAllowDisableMouseAccelerationDescription[]; extern const char kAllowDisableMouseAccelerationDescription[];
extern const char kAppServiceAshName[];
extern const char kAppServiceAshDescription[];
extern const char kAppServiceInstanceRegistryName[]; extern const char kAppServiceInstanceRegistryName[];
extern const char kAppServiceInstanceRegistryDescription[]; extern const char kAppServiceInstanceRegistryDescription[];
......
...@@ -63,8 +63,6 @@ const base::Feature kAppNotificationStatusMessaging{ ...@@ -63,8 +63,6 @@ const base::Feature kAppNotificationStatusMessaging{
#if !defined(OS_ANDROID) #if !defined(OS_ANDROID)
// App Service related flags. See chrome/services/app_service/README.md. // App Service related flags. See chrome/services/app_service/README.md.
const base::Feature kAppServiceAsh{"AppServiceAsh",
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kAppServiceInstanceRegistry{ const base::Feature kAppServiceInstanceRegistry{
"AppServiceInstanceRegistry", base::FEATURE_DISABLED_BY_DEFAULT}; "AppServiceInstanceRegistry", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kAppServiceIntentHandling{ const base::Feature kAppServiceIntentHandling{
......
...@@ -53,8 +53,6 @@ extern const base::Feature kAppNotificationStatusMessaging; ...@@ -53,8 +53,6 @@ extern const base::Feature kAppNotificationStatusMessaging;
#if !defined(OS_ANDROID) #if !defined(OS_ANDROID)
COMPONENT_EXPORT(CHROME_FEATURES) COMPONENT_EXPORT(CHROME_FEATURES)
extern const base::Feature kAppServiceAsh;
COMPONENT_EXPORT(CHROME_FEATURES)
extern const base::Feature kAppServiceInstanceRegistry; extern const base::Feature kAppServiceInstanceRegistry;
COMPONENT_EXPORT(CHROME_FEATURES) COMPONENT_EXPORT(CHROME_FEATURES)
extern const base::Feature kAppServiceIntentHandling; extern const base::Feature kAppServiceIntentHandling;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment