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

Unified Diff: ui/base/default_theme_provider.cc

Issue 244893004: Improve some naming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: ui/base/default_theme_provider.cc
diff --git a/ui/base/default_theme_provider.cc b/ui/base/default_theme_provider.cc
index 4107f104bc10077f661703d23cc09e3a14d0f259..33136e5f017ad24c26d71dfab2099cdc16345a7a 100644
--- a/ui/base/default_theme_provider.cc
+++ b/ui/base/default_theme_provider.cc
@@ -17,7 +17,7 @@ DefaultThemeProvider::DefaultThemeProvider() {}
DefaultThemeProvider::~DefaultThemeProvider() {}
-bool DefaultThemeProvider::UsingNativeTheme() const {
+bool DefaultThemeProvider::UsingSystemTheme() const {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698