Index: content/browser/frame_host/render_frame_host_delegate.h |
diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h |
index e4fa4fa56bdc17afab8f6ceb65c272ebd8ae53bc..8ce3d1d69d544fcd9869230210c973ef0cb337f7 100644 |
--- a/content/browser/frame_host/render_frame_host_delegate.h |
+++ b/content/browser/frame_host/render_frame_host_delegate.h |
@@ -29,6 +29,7 @@ class Message; |
namespace content { |
class GeolocationServiceContext; |
class RenderFrameHost; |
+class WakeLockServiceContext; |
class WebContents; |
struct AXEventNotificationDetails; |
struct ContextMenuParams; |
@@ -136,6 +137,9 @@ class CONTENT_EXPORT RenderFrameHostDelegate { |
// Gets the GeolocationServiceContext associated with this delegate. |
virtual GeolocationServiceContext* GetGeolocationServiceContext(); |
+ // Gets the WakeLockServiceContext associated with this delegate. |
+ virtual WakeLockServiceContext* GetWakeLockServiceContext(); |
+ |
// Notification that the frame wants to go into fullscreen mode. |
// |origin| represents the origin of the frame that requests fullscreen. |
virtual void EnterFullscreenMode(const GURL& origin) {} |