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

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

Issue 2921823002: Rationalize WakeLock naming conventions (Closed)
Patch Set: rebase Created 3 years, 6 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
Index: content/browser/frame_host/render_frame_host_delegate.cc
diff --git a/content/browser/frame_host/render_frame_host_delegate.cc b/content/browser/frame_host/render_frame_host_delegate.cc
index ea73e0d5ffad4e6aa322d7add026b72af62db718..52c1f8832b3dc078e427b3cc035830bec78f720a 100644
--- a/content/browser/frame_host/render_frame_host_delegate.cc
+++ b/content/browser/frame_host/render_frame_host_delegate.cc
@@ -77,7 +77,7 @@ RenderFrameHostDelegate::GetGeolocationServiceContext() {
return nullptr;
}
-device::mojom::WakeLockService* RenderFrameHostDelegate::GetRendererWakeLock() {
+device::mojom::WakeLock* RenderFrameHostDelegate::GetRendererWakeLock() {
return nullptr;
}
« no previous file with comments | « content/browser/frame_host/render_frame_host_delegate.h ('k') | content/browser/frame_host/render_frame_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698