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

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

Issue 2921823002: Rationalize WakeLock naming conventions (Closed)
Patch Set: fix Mac compile error Created 3 years, 7 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_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index af85a4e8b055b9c5d3529cbe8b4e2a1808adf52a..83de031c015d0ae51a9153df980909ad6a0f5e01 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -912,9 +912,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
// Callback for connection error on the media::mojom::InterfaceFactory client.
void OnMediaInterfaceFactoryConnectionError();
- void BindWakeLockServiceRequest(
- const service_manager::BindSourceInfo& source_info,
- device::mojom::WakeLockServiceRequest request);
+ void BindWakeLockRequest(const service_manager::BindSourceInfo& source_info,
+ device::mojom::WakeLockRequest request);
#if defined(OS_ANDROID)
void BindNFCRequest(const service_manager::BindSourceInfo& source_info,

Powered by Google App Engine
This is Rietveld 408576698