diff options
Diffstat (limited to 'chromium/build/OWNERS.setnoparent')
-rw-r--r-- | chromium/build/OWNERS.setnoparent | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/build/OWNERS.setnoparent b/chromium/build/OWNERS.setnoparent index 79598277b24..ed3f158f1c5 100644 --- a/chromium/build/OWNERS.setnoparent +++ b/chromium/build/OWNERS.setnoparent @@ -32,7 +32,7 @@ file://third_party/blink/API_OWNERS file://chrome/browser/extensions/component_extensions_whitelist/EXTENSION_WHITELIST_OWNERS file://extensions/common/api/API_OWNERS -# This restriction is in place to avoid accidential addition to our top level +# This restriction is in place to avoid accidental addition to our top level # layout files, such as add duplicated assets, or introducing new colors when # we don't want them. file://ui/android/java/res/LAYOUT_OWNERS @@ -56,3 +56,7 @@ file://chrome/android/java/src/org/chromium/chrome/browser/notifications/channel # The Weblayer API is supposed to be stable and will be used outside of the # chromium repository. file://weblayer/API_OWNERS + +# New features for lock/login UI on Chrome OS need to work stably in all corner +# cases. +file://ash/login/LOGIN_LOCK_OWNERS |