| 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 fc47729f6cc1a92af4708dcf65bf1d064a76cad9..44b98051b6cea8fed95b929fbc7799c0b2bf21a7 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -100,7 +100,6 @@ class WebURLResponse;
|
| class WebUSBClient;
|
| class WebUserMediaClient;
|
| class WebVRClient;
|
| -class WebWakeLockClient;
|
| class WebWorkerContentSettingsClientProxy;
|
| struct WebColorSuggestion;
|
| struct WebConsoleMessage;
|
| @@ -569,10 +568,6 @@ public:
|
| // A WebSocket object is going to open a new WebSocket connection.
|
| virtual void willOpenWebSocket(WebSocketHandle*) { }
|
|
|
| - // Wake Lock -----------------------------------------------------
|
| -
|
| - virtual WebWakeLockClient* wakeLockClient() { return 0; }
|
| -
|
| // Geolocation ---------------------------------------------------------
|
|
|
| // Access the embedder API for (client-based) geolocation client .
|
|
|