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

Unified Diff: ash/accelerators/accelerator_controller_unittest.cc

Issue 1645843003: Implement Non-Closable Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed the comments 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/accelerators/accelerator_controller_unittest.cc
diff --git a/ash/accelerators/accelerator_controller_unittest.cc b/ash/accelerators/accelerator_controller_unittest.cc
index b2eb9ca86b8cfbf2ea114ee89ce7b9fb9fe5d03c..7bbb775201e8b29a64b2d4196849f06f9b8ad3e6 100644
--- a/ash/accelerators/accelerator_controller_unittest.cc
+++ b/ash/accelerators/accelerator_controller_unittest.cc
@@ -1519,7 +1519,8 @@ class DeprecatedAcceleratorTester : public AcceleratorControllerTest {
}
void RemoveAllNotifications() const {
- message_center()->RemoveAllNotifications(false);
+ message_center()->RemoveAllNotifications(
+ false /* by_usr */, message_center::MessageCenter::RemoveType::ALL);
dewittj 2016/02/08 18:02:34 nit: by_user
yoshiki 2016/02/09 23:42:25 Done.
}
message_center::MessageCenter* message_center() const {

Powered by Google App Engine
This is Rietveld 408576698