| 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 7880d92e5f432bac0d56c722a3db6d1ec1dbe671..40228dbfa968e966ae65c62789f0dbd5fc7b043b 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -50,6 +50,7 @@ class DownloadItem;
|
| class GeolocationDispatcherHost;
|
| class InterstitialPageImpl;
|
| class JavaScriptDialogManager;
|
| +class MidiDispatcherHost;
|
| class PowerSaveBlocker;
|
| class RenderViewHost;
|
| class RenderViewHostDelegateView;
|
| @@ -1131,6 +1132,8 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| scoped_ptr<GeolocationDispatcherHost> geolocation_dispatcher_host_;
|
|
|
| + scoped_ptr<MidiDispatcherHost> midi_dispatcher_host_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(WebContentsImpl);
|
| };
|
|
|
|
|