Index: chrome/browser/extensions/api/notifications/notifications_apitest.cc |
diff --git a/chrome/browser/extensions/api/notifications/notifications_apitest.cc b/chrome/browser/extensions/api/notifications/notifications_apitest.cc |
index 06c7625f33bdba4c8317231462b2da7eb9a4b56a..390a47ec2c3db6859108e1d663cba8e13eb1e308 100644 |
--- a/chrome/browser/extensions/api/notifications/notifications_apitest.cc |
+++ b/chrome/browser/extensions/api/notifications/notifications_apitest.cc |
@@ -283,18 +283,6 @@ IN_PROC_BROWSER_TEST_F(NotificationsApiTest, TestByUser) { |
true); |
EXPECT_TRUE(catcher.GetNextResult()) << catcher.message(); |
} |
- |
- { |
- ResultCatcher catcher; |
- g_browser_process->message_center()->SendRemoveAllNotifications(false); |
- EXPECT_TRUE(catcher.GetNextResult()) << catcher.message(); |
- } |
- |
- { |
- ResultCatcher catcher; |
- g_browser_process->message_center()->SendRemoveAllNotifications(true); |
- EXPECT_TRUE(catcher.GetNextResult()) << catcher.message(); |
- } |
} |
#endif |