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

Unified Diff: sky/viewer/platform/platform_impl.cc

Issue 752463002: Remove unused WebMIMERegistry (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « sky/viewer/platform/platform_impl.h ('k') | sky/viewer/platform/webmimeregistry_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/platform/platform_impl.cc
diff --git a/sky/viewer/platform/platform_impl.cc b/sky/viewer/platform/platform_impl.cc
index b91316778129b43fe42591877f986a24696ec069..1336fcad1f056b7c17b0ca2c89aaa8c894067fc5 100644
--- a/sky/viewer/platform/platform_impl.cc
+++ b/sky/viewer/platform/platform_impl.cc
@@ -58,10 +58,6 @@ PlatformImpl::PlatformImpl(mojo::ApplicationImpl* app)
PlatformImpl::~PlatformImpl() {
}
-blink::WebMimeRegistry* PlatformImpl::mimeRegistry() {
- return &mime_registry_;
-}
-
blink::WebThemeEngine* PlatformImpl::themeEngine() {
return &theme_engine_;
}
« no previous file with comments | « sky/viewer/platform/platform_impl.h ('k') | sky/viewer/platform/webmimeregistry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698