Skip to content

Commit

Permalink
Add the kAppServiceUninstallWithoutMojom flag.
Browse files Browse the repository at this point in the history
BUG=1253250

Change-Id: I8288bd1e8032cc6d635c3749737bb5bafd1da377
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3812941
Reviewed-by: Tim Sergeant <tsergeant@chromium.org>
Commit-Queue: Nancy Wang <nancylingwang@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1032396}
  • Loading branch information
Nancy Wang authored and Chromium LUCI CQ committed Aug 8, 2022
1 parent ef39c6e commit 3fb289e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/services/app_service/public/cpp/features.cc
Expand Up @@ -15,4 +15,7 @@ const base::Feature kAppServiceLaunchWithoutMojom{
const base::Feature kAppServiceSetPermissionWithoutMojom{
"AppServiceSetPermissionWithoutMojom", base::FEATURE_ENABLED_BY_DEFAULT};

const base::Feature kAppServiceUninstallWithoutMojom{
"AppServiceUninstallWithoutMojom", base::FEATURE_DISABLED_BY_DEFAULT};

} // namespace apps
2 changes: 2 additions & 0 deletions components/services/app_service/public/cpp/features.h
Expand Up @@ -16,6 +16,8 @@ COMPONENT_EXPORT(APP_TYPES)
extern const base::Feature kAppServiceLaunchWithoutMojom;
COMPONENT_EXPORT(APP_TYPES)
extern const base::Feature kAppServiceSetPermissionWithoutMojom;
COMPONENT_EXPORT(APP_TYPES)
extern const base::Feature kAppServiceUninstallWithoutMojom;

} // namespace apps

Expand Down

0 comments on commit 3fb289e

Please sign in to comment.