Index: chrome/browser/ui/panels/panel_constants.h |
diff --git a/chrome/browser/ui/panels/panel_constants.h b/chrome/browser/ui/panels/panel_constants.h |
index d8f75fd4e37d2423feb019e1315784386631a564..07360851ba03b3f7b5c0379bd41005dd65baf84c 100644 |
--- a/chrome/browser/ui/panels/panel_constants.h |
+++ b/chrome/browser/ui/panels/panel_constants.h |
@@ -46,9 +46,11 @@ const int kTitleAndButtonPadding = 11; |
// The padding in pixeles between buttons. |
static const int kButtonPadding = 5; |
+#if defined(OS_WIN) |
// The number of times to flash the panel's taskbar icon in order to draw the |
// user's attention (Windows only). |
static const int kNumberOfTimesToFlashPanelForAttention = 30; |
+#endif |
// Different types of buttons that can be shown on panel's titlebar. |
enum TitlebarButtonType { |