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

Unified Diff: chrome/browser/ui/cocoa/download/background_theme.mm

Issue 244893004: Improve some naming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 6 years, 8 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/cocoa/download/background_theme.mm
diff --git a/chrome/browser/ui/cocoa/download/background_theme.mm b/chrome/browser/ui/cocoa/download/background_theme.mm
index dea473cdc7e535b0d4eee4db62ebbda02a672b7c..fa97a71b7a4d07d3daea62c281ca8c7fed1cdcae 100644
--- a/chrome/browser/ui/cocoa/download/background_theme.mm
+++ b/chrome/browser/ui/cocoa/download/background_theme.mm
@@ -27,7 +27,7 @@ BackgroundTheme::BackgroundTheme(ui::ThemeProvider* provider) :
BackgroundTheme::~BackgroundTheme() {}
-bool BackgroundTheme::UsingNativeTheme() const {
+bool BackgroundTheme::UsingSystemTheme() const {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698