| 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 36a58dc1d810ba40479bf2b03a421c9b16c67f28..b5434a627750ac2232e72a958069f54ecc635403 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();
|
| }
|
|
|
|
|