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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 1794553002: [Playground] Onion Soup: moving ScreenWakeLock to Blink modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit DEPS Created 4 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
« no previous file with comments | « third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 39e0d4415988cdd666c1c986628092bda1f7824c..98830848d9f50f49b2478f5b28b618842ab2d397 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -97,7 +97,6 @@ class WebURLResponse;
class WebUSBClient;
class WebUserMediaClient;
class WebVRClient;
-class WebWakeLockClient;
class WebWorkerContentSettingsClientProxy;
struct WebColorSuggestion;
struct WebConsoleMessage;
@@ -562,10 +561,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 .
« no previous file with comments | « third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698