Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Unified Diff: chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h

Issue 244893004: Improve some naming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac and win Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698