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

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

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_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 5787a3ba5e0494b27ade9a6916d7290c7b6c49a7..39f8b81db1d0a4228c6ec1401370d8b36f4eff0e 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -920,9 +920,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,
« no previous file with comments | « content/browser/frame_host/render_frame_host_delegate.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698