Index: chrome/browser/ui/views/frame/taskbar_decorator.cc |
diff --git a/chrome/browser/ui/views/frame/taskbar_decorator.cc b/chrome/browser/ui/views/frame/taskbar_decorator.cc |
index 7bef2a4fa9e77b46ae05badcc7002f9f0583f0fc..5f8353c4a18a708efa88a0c4fd991166376be64a 100644 |
--- a/chrome/browser/ui/views/frame/taskbar_decorator.cc |
+++ b/chrome/browser/ui/views/frame/taskbar_decorator.cc |
@@ -6,7 +6,9 @@ |
namespace chrome { |
+#if !defined(OS_WIN) |
sky
2014/12/15 15:53:53
How about conditionally compiling this file rather
Andre
2014/12/15 19:04:44
Done.
|
void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image) { |
} |
+#endif |
} // namespace chrome |