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

Unified Diff: chrome/browser/themes/theme_service_aurax11.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
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/themes/theme_service_aurax11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/theme_service_aurax11.h
diff --git a/chrome/browser/themes/theme_service_aurax11.h b/chrome/browser/themes/theme_service_aurax11.h
index a40dce6150aec563a4e55fc1869a593e397b9bb2..abdde1fe657cc4c26381fd3e07ff4172286aa52d 100644
--- a/chrome/browser/themes/theme_service_aurax11.h
+++ b/chrome/browser/themes/theme_service_aurax11.h
@@ -15,10 +15,10 @@ class ThemeServiceAuraX11 : public ThemeService {
virtual ~ThemeServiceAuraX11();
// Overridden from ThemeService:
- virtual bool ShouldInitWithNativeTheme() const OVERRIDE;
- virtual void SetNativeTheme() OVERRIDE;
+ virtual bool ShouldInitWithSystemTheme() const OVERRIDE;
+ virtual void UseSystemTheme() OVERRIDE;
virtual bool UsingDefaultTheme() const OVERRIDE;
- virtual bool UsingNativeTheme() const OVERRIDE;
+ virtual bool UsingSystemTheme() const OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(ThemeServiceAuraX11);
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/themes/theme_service_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698