| 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 44b98051b6cea8fed95b929fbc7799c0b2bf21a7..a9c516046632e114fedd78ae9af9add53dd4d49c 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -97,7 +97,6 @@ class WebScreenOrientationClient;
|
| class WebString;
|
| class WebURL;
|
| class WebURLResponse;
|
| -class WebUSBClient;
|
| class WebUserMediaClient;
|
| class WebVRClient;
|
| class WebWorkerContentSettingsClientProxy;
|
| @@ -710,9 +709,6 @@ public:
|
| // Bluetooth -----------------------------------------------------------
|
| virtual WebBluetooth* bluetooth() { return 0; }
|
|
|
| - // WebUSB --------------------------------------------------------------
|
| - virtual WebUSBClient* usbClient() { return nullptr; }
|
| -
|
|
|
| // Audio Output Devices API --------------------------------------------
|
|
|
|
|