| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 6f8e10afbf90f15e5f38f1b56fdcca319b556d30..002175d2cd82dff661f6ef6dbb9f568bdd7d81df 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -89,7 +89,6 @@ class WebMediaPlayerEncryptedMediaClient;
|
| class WebMediaPlayerSource;
|
| class WebMediaSession;
|
| class WebMediaStream;
|
| -class WebMIDIClient;
|
| class WebNotificationPermissionCallback;
|
| class WebServiceWorkerProvider;
|
| class WebSocketHandle;
|
| @@ -589,10 +588,6 @@ public:
|
| virtual WebEncryptedMediaClient* encryptedMediaClient() { return 0; }
|
|
|
|
|
| - // Web MIDI -------------------------------------------------------------
|
| -
|
| - virtual WebMIDIClient* webMIDIClient() { return 0; }
|
| -
|
| // User agent ------------------------------------------------------
|
|
|
| // Asks the embedder if a specific user agent should be used. Non-empty
|
|
|