| 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 0f8e555d30cbc4f01c1ee17cd969278044a0de4e..57f6af38fef514d5d3a22d498edba94270fae352 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) {}
 | 
| 
 |