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

Unified Diff: content/browser/frame_host/render_frame_host_delegate.h

Issue 2389743002: Content Modularization Project: Move Wake Lock to //device (Closed)
Patch Set: Eliminate frame reference Created 4 years, 2 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 | « content/browser/DEPS ('k') | content/browser/frame_host/render_frame_host_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d354978f79cb8387f9f76d57109048359b0ab229..b251094322fdef9e1706263456d39266b38532d8 100644
--- a/content/browser/frame_host/render_frame_host_delegate.h
+++ b/content/browser/frame_host/render_frame_host_delegate.h
@@ -33,6 +33,7 @@ class Message;
namespace device {
class GeolocationServiceContext;
+class WakeLockServiceContext;
}
namespace content {
@@ -40,7 +41,6 @@ class FrameTreeNode;
class InterstitialPage;
class PageState;
class RenderFrameHost;
-class WakeLockServiceContext;
class WebContents;
struct AXEventNotificationDetails;
struct AXLocationChangeNotificationDetails;
@@ -168,7 +168,7 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
virtual device::GeolocationServiceContext* GetGeolocationServiceContext();
// Gets the WakeLockServiceContext associated with this delegate.
- virtual WakeLockServiceContext* GetWakeLockServiceContext();
+ virtual device::WakeLockServiceContext* GetWakeLockServiceContext();
// Notification that the frame wants to go into fullscreen mode.
// |origin| represents the origin of the frame that requests fullscreen.
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/frame_host/render_frame_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698