diff options
author | peter <peter@chromium.org> | 2015-03-29 08:44:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-29 15:45:07 +0000 |
commit | 8ab156ba7ecc75c1557b77b1cd53716c848ef6c1 (patch) | |
tree | a994c68265180f32b48066e871ef29b0524b7e9c /WATCHLISTS | |
parent | 717c2773a86fb7ec73c3b77e9048fd541c3cf876 (diff) | |
download | chromium_src-8ab156ba7ecc75c1557b77b1cd53716c848ef6c1.zip chromium_src-8ab156ba7ecc75c1557b77b1cd53716c848ef6c1.tar.gz chromium_src-8ab156ba7ecc75c1557b77b1cd53716c848ef6c1.tar.bz2 |
Extend the WATCHLIST set for notifications
This adds a number of new files and directories which should be covered
in the existing WATCHLIST entry.
R=johnme@chromium.org
BUG=
Review URL: https://codereview.chromium.org/1045433003
Cr-Commit-Position: refs/heads/master@{#322725}
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -516,6 +516,13 @@ 'notifications': { 'filepath': 'chrome/browser/extensions/api/notifications/|' \ 'chrome/browser/notifications/|' \ + 'chrome/test/data/notifications/|' \ + 'content/browser/notifications/|' \ + 'content/child/notifications/|' \ + 'content/common/platform_notification|' \ + 'content/public/browser/platform_notification|' \ + 'content/public/common/platform_notification|' \ + 'content/renderer/notification_|' \ 'ui/message_center/' }, 'npapi_headers': { |