Chromium Code Reviews| Index: public/web/WebFrameClient.h |
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
| index 0092a6c805fe84904a4bb3bc876c9317f57b300c..b94bcb4d11801bf1764c3f9d5a731b0b0759147e 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 WebWakeLockClient; |
| @@ -669,6 +670,9 @@ public: |
| // Bluetooth ----------------------------------------------------------- |
| virtual WebBluetooth* bluetooth() { return 0; } |
| + // WebUSB -------------------------------------------------------------- |
| + virtual WebUSBClient* usbClient() { return 0; } |
|
dcheng
2015/07/30 21:18:10
nullptr
Ken Rockot(use gerrit already)
2015/07/30 21:20:14
Done.
|
| + |
| protected: |
| virtual ~WebFrameClient() { } |
| }; |