| Index: ui/native_theme/native_theme_mac.mm
|
| diff --git a/ui/native_theme/native_theme_mac.mm b/ui/native_theme/native_theme_mac.mm
|
| index d0b304e12ce0766245510dff51425e3650f27a04..c6c79f7dc94eadfb475ba8917551248bc3398673 100644
|
| --- a/ui/native_theme/native_theme_mac.mm
|
| +++ b/ui/native_theme/native_theme_mac.mm
|
| @@ -109,11 +109,6 @@
|
|
|
| // static
|
| NativeTheme* NativeTheme::GetInstanceForWeb() {
|
| - return NativeThemeMac::instance();
|
| -}
|
| -
|
| -// static
|
| -NativeTheme* NativeTheme::GetInstanceForNativeUi() {
|
| return NativeThemeMac::instance();
|
| }
|
|
|
|
|