Index: chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc |
diff --git a/chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc b/chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc |
index b0e10b663b1d35d282d6a5ae09e0ef79b02b4ca8..50852f55ea54d91fe357ed75165e28f6f86a8d6d 100644 |
--- a/chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc |
+++ b/chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc |
@@ -19,10 +19,6 @@ |
#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, |
@@ -410,5 +406,3 @@ IN_PROC_BROWSER_TEST_F(PanelAndDesktopNotificationTest, InteractWithTwoPanels) { |
MessageLoopForUI::current()->RunAllPending(); |
EXPECT_EQ(original_balloon_bottom, GetBalloonBottomPosition(balloon)); |
} |
- |
-#endif // OS_WIN || OS_MACOSX |