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

Unified Diff: chrome/browser/ui/views/frame/opaque_browser_frame_view_linux.cc

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_linux.cc
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_linux.cc b/chrome/browser/ui/views/frame/opaque_browser_frame_view_linux.cc
index 2c58ffe491933970ad926872a44a1b81406f3384..043b55f526c1c25540a927072e7d374ee6264c4c 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_linux.cc
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_linux.cc
@@ -31,10 +31,10 @@ OpaqueBrowserFrameViewLinux::~OpaqueBrowserFrameViewLinux() {
ui->RemoveWindowButtonOrderObserver(this);
}
-bool OpaqueBrowserFrameViewLinux::IsUsingNativeTheme() {
- // On X11, this does the correct thing. On Windows, UsingNativeTheme() will
+bool OpaqueBrowserFrameViewLinux::IsUsingSystemTheme() {
+ // On X11, this does the correct thing. On Windows, UsingSystemTheme() will
// return true when using the default blue theme too.
- return theme_service_->UsingNativeTheme();
+ return theme_service_->UsingSystemTheme();
}
///////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698