Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index bc71f7ff593ef2502d0a0d9670b4f65ab5771304..3fe319139e476315955fa4858abc372c5664b47f 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -89,6 +89,7 @@ class WebScreenOrientationClient; |
class WebString; |
class WebURL; |
class WebURLResponse; |
+class WebUSBClient; |
class WebUserMediaClient; |
class WebVRClient; |
class WebWorkerContentSettingsClientProxy; |
@@ -671,6 +672,9 @@ public: |
// Bluetooth ----------------------------------------------------------- |
virtual WebBluetooth* bluetooth() { return 0; } |
+ // WebUSB -------------------------------------------------------------- |
+ virtual WebUSBClient* usbClient() { return 0; } |
+ |
protected: |
virtual ~WebFrameClient() { } |
}; |