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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 755673002: Update MidiDispatcher to use Mojo Permission Service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 08850f19fb3da6c153aeac3d96dd37c7d3a091c1..c809f8d79ec41337aa60be67eb0361b2eb46391e 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -55,7 +55,6 @@ class GeolocationServiceContext;
class InterstitialPageImpl;
class JavaScriptDialogManager;
class ManifestManagerHost;
-class MidiDispatcherHost;
class PluginContentOriginWhitelist;
class PowerSaveBlocker;
class RenderViewHost;
@@ -1213,8 +1212,6 @@ class CONTENT_EXPORT WebContentsImpl
scoped_ptr<GeolocationServiceContext> geolocation_service_context_;
- scoped_ptr<MidiDispatcherHost> midi_dispatcher_host_;
-
scoped_ptr<ScreenOrientationDispatcherHost>
screen_orientation_dispatcher_host_;

Powered by Google App Engine
This is Rietveld 408576698