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

Unified Diff: ui/native_theme/native_theme_win.cc

Issue 2484973003: Revert of Clean up some NativeTheme code. (Closed)
Patch Set: Created 4 years, 1 month 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 | « ui/native_theme/native_theme_mac.mm ('k') | ui/views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_win.cc
diff --git a/ui/native_theme/native_theme_win.cc b/ui/native_theme/native_theme_win.cc
index 7d4f0798c675d2c8caad40510a22fa71c1c2b486..cc90f3e2060515fbbc6dab55763fcec1f0a1763d 100644
--- a/ui/native_theme/native_theme_win.cc
+++ b/ui/native_theme/native_theme_win.cc
@@ -149,10 +149,6 @@
} // namespace
namespace ui {
-
-NativeTheme* NativeTheme::GetInstanceForNativeUi() {
- return NativeThemeWin::instance();
-}
bool NativeThemeWin::IsThemingActive() const {
return is_theme_active_ && is_theme_active_();
« no previous file with comments | « ui/native_theme/native_theme_mac.mm ('k') | ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698