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

Unified Diff: ui/native_theme/native_theme_android.cc

Issue 2484043003: 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
Index: ui/native_theme/native_theme_android.cc
diff --git a/ui/native_theme/native_theme_android.cc b/ui/native_theme/native_theme_android.cc
index cd6bc1d04aa29aa16419d6b4b0d68b357149b0bb..7f799d9a1abaa0574d650a605829afaddec52a29 100644
--- a/ui/native_theme/native_theme_android.cc
+++ b/ui/native_theme/native_theme_android.cc
@@ -19,11 +19,6 @@
// static
NativeTheme* NativeTheme::GetInstanceForWeb() {
return NativeThemeAndroid::instance();
-}
-
-NativeTheme* NativeTheme::GetInstanceForNativeUi() {
- NOTREACHED();
- return nullptr;
}
#endif

Powered by Google App Engine
This is Rietveld 408576698