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

Unified Diff: chrome/browser/notifications/notification_platform_bridge_mac.h

Issue 2143613002: Add new tests to the Notification Mac Bridge Base URL: https://chromium.googlesource.com/chromium/src.git@unit_test
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/notifications/notification_platform_bridge_mac_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/notification_platform_bridge_mac.h
diff --git a/chrome/browser/notifications/notification_platform_bridge_mac.h b/chrome/browser/notifications/notification_platform_bridge_mac.h
index 31bfb1d548927f05af2d1a2daa4c44a240a01017..a13124a77ab4b23a1022639ada31119569be7f2b 100644
--- a/chrome/browser/notifications/notification_platform_bridge_mac.h
+++ b/chrome/browser/notifications/notification_platform_bridge_mac.h
@@ -51,7 +51,11 @@ class NotificationPlatformBridgeMac : public NotificationPlatformBridge {
TestDisplayNoButtons);
FRIEND_TEST_ALL_PREFIXES(NotificationPlatformBridgeMacTest,
TestDisplayOneButton);
- FRIEND_TEST_ALL_PREFIXES(NotificationPlatformBridgeMacTest, TestClose);
+ FRIEND_TEST_ALL_PREFIXES(NotificationPlatformBridgeMacTest,
+ TestDisplayNiceMock);
+ FRIEND_TEST_ALL_PREFIXES(NotificationPlatformBridgeMacTest, TestCloseOneWay);
+ FRIEND_TEST_ALL_PREFIXES(NotificationPlatformBridgeMacTest,
+ TestCloseAnotherWay);
// Used directly in tests.
NotificationPlatformBridgeMac(NSUserNotificationCenter* notification_center,
« no previous file with comments | « no previous file | chrome/browser/notifications/notification_platform_bridge_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698