Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1130)

Unified Diff: public/web/WebFrameClient.h

Issue 1084923002: Wake Lock API implementation (Blink part) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« public/platform/WebWakeLockClient.h ('K') | « public/platform/WebWakeLockClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index 187296cdf0740581fb3f88b97bb7af3f4aca0167..cf8d5bb115eac25d1e47b18dc078f1c93395eeec 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -85,6 +85,7 @@ class WebString;
class WebURL;
class WebURLResponse;
class WebUserMediaClient;
+class WebWakeLockClient;
class WebWorkerContentSettingsClientProxy;
struct WebColorSuggestion;
struct WebConsoleMessage;
@@ -514,6 +515,9 @@ public:
// A WebSocket object is going to open a new WebSocket connection.
virtual void willOpenWebSocket(WebSocketHandle*) { }
+ // Wake Lock -----------------------------------------------------
+
+ virtual WebWakeLockClient* wakeLockClient() { return 0; }
// Geolocation ---------------------------------------------------------
« public/platform/WebWakeLockClient.h ('K') | « public/platform/WebWakeLockClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698