Index: chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h |
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h |
index d3228f5b74fa0f16cb20667a47285488be82b776..dc3c8ea34151a36ba9266f942456a4f498ebe781 100644 |
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h |
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h |
@@ -17,10 +17,10 @@ class OpaqueBrowserFrameViewPlatformSpecific { |
// Returns whether we're using native system like rendering for theme |
// elements. |
// |
- // Why not just ask ThemeService::UsingNativeTheme()? Because on Windows, the |
- // default theme is UsingNativeTheme(). Therefore, the default implementation |
+ // Why not just ask ThemeService::UsingSystemTheme()? Because on Windows, the |
+ // default theme is UsingSystemTheme(). Therefore, the default implementation |
// always returns false and we specifically override this on Linux. |
- virtual bool IsUsingNativeTheme(); |
+ virtual bool IsUsingSystemTheme(); |
// Builds an observer for |view| and |layout|. |
static OpaqueBrowserFrameViewPlatformSpecific* Create( |