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

Unified Diff: chrome/browser/notifications/message_center_notifications_browsertest.cc

Issue 12635010: Start building message_center on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MessageCenterNotificationsTest Created 7 years, 9 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: chrome/browser/notifications/message_center_notifications_browsertest.cc
diff --git a/chrome/browser/notifications/message_center_notifications_browsertest.cc b/chrome/browser/notifications/message_center_notifications_browsertest.cc
index 4118f6c0229e807be76c13b3c9d746d3cd9d1fb6..cb86441b43c716b66c060f5a59c12dfb67524b74 100644
--- a/chrome/browser/notifications/message_center_notifications_browsertest.cc
+++ b/chrome/browser/notifications/message_center_notifications_browsertest.cc
@@ -88,6 +88,10 @@ class MessageCenterNotificationsTest : public InProcessBrowserTest {
}
};
+// TODO(rsesek): Implement Message Center on Mac and get these tests passing
+// for real. http://crbug.com/179904
+#if !defined(OS_MACOSX)
+
IN_PROC_BROWSER_TEST_F(MessageCenterNotificationsTest, RetrieveBaseParts) {
// Make sure comamnd-line switch has an effect.
EXPECT_TRUE(NotificationUIManager::DelegatesToMessageCenter());
@@ -122,3 +126,4 @@ IN_PROC_BROWSER_TEST_F(MessageCenterNotificationsTest, ButtonClickedDelegate) {
delegate->Release();
}
+#endif // !defined(OS_MACOSX)

Powered by Google App Engine
This is Rietveld 408576698