Index: ui/views/views_delegate.h |
=================================================================== |
--- ui/views/views_delegate.h (revision 238186) |
+++ ui/views/views_delegate.h (working copy) |
@@ -89,6 +89,9 @@ |
#if defined(OS_WIN) |
// Retrieves the default window icon to use for windows if none is specified. |
virtual HICON GetDefaultWindowIcon() const = 0; |
+ // Returns true if the window passed in is in the Windows 8 metro |
+ // environment. |
+ virtual bool IsWindowInMetro(gfx::NativeWindow window) const = 0; |
#elif defined(OS_LINUX) && !defined(OS_CHROMEOS) |
virtual gfx::ImageSkia* GetDefaultWindowIcon() const = 0; |
#endif |