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