commit | 6dd6b5504cce31fddbdb98a8eaf6d871670ddfca | [log] [tgz] |
---|---|---|
author | Maggie Cai <[email protected]> | Tue Apr 27 08:40:32 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Apr 27 08:40:32 2021 |
tree | c675cf8330400cf0700fb86825c98fa5aeb4d15e | |
parent | 79ebecad6367176e86a9ce3ddc6cedec9c3cfab9 [diff] [blame] |
[Lacros] Remove the usage of term "Lacros" in AppService Ash Code. Avoid using the term "Lacros" in the Ash code, following guide: go/lacros-porting. BUG=1144877 Change-Id: I12bcb9129471ca8ab3fdf9dc9baa5a04be3e4ae7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2837255 Reviewed-by: Mikel Astiz <[email protected]> Reviewed-by: Dominick Ng <[email protected]> Reviewed-by: Noel Gordon <[email protected]> Reviewed-by: Aga Wronska <[email protected]> Reviewed-by: Xiyuan Xia <[email protected]> Reviewed-by: Achuith Bhandarkar <[email protected]> Reviewed-by: Pavol Marko <[email protected]> Reviewed-by: Erik Chen <[email protected]> Commit-Queue: Maggie Cai <[email protected]> Cr-Commit-Position: refs/heads/master@{#876504}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 0c606707..0c62491 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -2681,9 +2681,6 @@ extern const char kLacrosSupportName[]; extern const char kLacrosSupportDescription[]; -extern const char kLacrosWebAppsName[]; -extern const char kLacrosWebAppsDescription[]; - extern const char kLimitAltTabToActiveDeskName[]; extern const char kLimitAltTabToActiveDeskDescription[]; @@ -2848,6 +2845,9 @@ extern const char kWakeOnWifiAllowedName[]; extern const char kWakeOnWifiAllowedDescription[]; +extern const char kWebAppsCrosapiName[]; +extern const char kWebAppsCrosapiDescription[]; + extern const char kWebuiDarkModeName[]; extern const char kWebuiDarkModeDescription[];