diff options
author | dewittj <dewittj@chromium.org> | 2015-09-25 16:33:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-25 23:35:18 +0000 |
commit | b032e9c63173c9e5cead7c495bf14844fa46949c (patch) | |
tree | 0103270210ddd6211a71ac3d53f85d530f65e1c5 /chrome/chrome_tests.gypi | |
parent | 740cd24e4e3db9f160462f7bf861929b18e4861f (diff) | |
download | chromium_src-b032e9c63173c9e5cead7c495bf14844fa46949c.zip chromium_src-b032e9c63173c9e5cead7c495bf14844fa46949c.tar.gz chromium_src-b032e9c63173c9e5cead7c495bf14844fa46949c.tar.bz2 |
Removes notifications when dismissed, except on ChromeOS.
Additionally prevents low-priority notifications (which were never displayed
on-screen before) from being created by returning an error in the notifications API.
This is continuation of Project Eraser where ChromeOS is the only
platform that retains the concept of a notification center.
BUG=530376
Review URL: https://codereview.chromium.org/1367673002
Cr-Commit-Position: refs/heads/master@{#350945}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 924a744..8967fe1 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1067,7 +1067,6 @@ 'browser/ui/panels/panel_resize_browsertest.cc', ], 'chrome_interactive_ui_test_panels_views_sources': [ - 'browser/ui/views/message_center/web_notification_tray_browsertest.cc', 'browser/ui/views/panels/panel_view_browsertest.cc', ], # Cross-platform views interactive tests ready for toolkit-views on Mac. |