| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index 342bdbc3c14493cf75f6fbe9f4d3ff735a023778..ce73ff07ce00b3b1a1f59227efd46cfde2906934 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -61,7 +61,6 @@ class WebHitTestResult;
|
| class WebImage;
|
| class WebInputElement;
|
| class WebKeyboardEvent;
|
| -class WebMIDIClient;
|
| class WebNode;
|
| class WebPushClient;
|
| class WebRange;
|
| @@ -288,11 +287,6 @@ public:
|
| }
|
|
|
|
|
| - // Web MIDI -------------------------------------------------------------
|
| -
|
| - virtual WebMIDIClient* webMIDIClient() { return 0; }
|
| -
|
| -
|
| // Push Messaging -------------------------------------------------------
|
|
|
| virtual WebPushClient* webPushClient() { return 0; }
|
|
|