Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: ash/system/web_notification/web_notification_tray_unittest.cc

Issue 1645843003: Implement Non-Closable Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary property. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/system/web_notification/web_notification_tray_unittest.cc
diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc
index 55cd0acbb2e7b30dec6fa812a80fc1ebd1fddf93..24243dff3818405dad98820936c481a6c4131124 100644
--- a/ash/system/web_notification/web_notification_tray_unittest.cc
+++ b/ash/system/web_notification/web_notification_tray_unittest.cc
@@ -94,7 +94,8 @@ class WebNotificationTrayTest : public test::AshTestBase {
~WebNotificationTrayTest() override {}
void TearDown() override {
- GetMessageCenter()->RemoveAllNotifications(false);
+ GetMessageCenter()->RemoveAllNotifications(
+ false /* by_user */, message_center::MessageCenter::RemoveType::ALL);
test::AshTestBase::TearDown();
}

Powered by Google App Engine
This is Rietveld 408576698