| 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 6afc3c2015db989ec8812f52e9278935ccf3e58b..2b810c957559b96c2e041057f67b9e063511ad98 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -51,7 +51,6 @@ class BrowserPluginGuest;
|
| class BrowserPluginGuestManager;
|
| class DateTimeChooserAndroid;
|
| class DownloadItem;
|
| -class GeolocationDispatcherHost;
|
| class GeolocationServiceContext;
|
| class InterstitialPageImpl;
|
| class JavaScriptDialogManager;
|
| @@ -1214,8 +1213,6 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| scoped_ptr<GeolocationServiceContext> geolocation_service_context_;
|
|
|
| - scoped_ptr<GeolocationDispatcherHost> geolocation_dispatcher_host_;
|
| -
|
| scoped_ptr<MidiDispatcherHost> midi_dispatcher_host_;
|
|
|
| scoped_ptr<ScreenOrientationDispatcherHost>
|
|
|