Index: chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc |
=================================================================== |
--- chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc (revision 151357) |
+++ chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc (working copy) |
@@ -18,6 +18,10 @@ |
#include "content/public/common/show_desktop_notification_params.h" |
#include "ui/gfx/screen.h" |
+ |
+// Refactor has only been done for Win and Mac panels so far. |
+#if defined(OS_WIN) || defined(OS_MACOSX) |
+ |
// Desktop notification code subscribes to various panel change notifications |
// so that it knows when to adjusts balloon positions. In order to give |
// desktop notification code a chance to process the change notifications, |
@@ -399,3 +403,5 @@ |
MessageLoopForUI::current()->RunAllPending(); |
EXPECT_EQ(original_balloon_bottom, GetBalloonBottomPosition(balloon)); |
} |
+ |
+#endif // OS_WIN || OS_MACOSX |
Property changes on: chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc |
___________________________________________________________________ |
Added: svn:mergeinfo |