| 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 219308157c9dc78ca57a66bfdb6ee80479065e15..674352c4a22f553e26c974d337371fb0efd907dc 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_();
|
|
|