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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: 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/public/common/child_process_host.h ('k') | mash/init/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 62ac5048f37d2576a31f40b8d6b5558ab6d837ec..538e57034bf0e3b5574d19a7b281277284cb9d89 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -1242,7 +1242,7 @@ class CONTENT_EXPORT RenderFrameImpl
service_manager::mojom::InterfaceProviderRequest
pending_remote_interface_provider_request_;
- // The shell proxy used to connect to services.
+ // The Connector proxy used to connect to services.
service_manager::mojom::ConnectorPtr connector_;
// The screen orientation dispatcher attached to the frame, lazily
« no previous file with comments | « content/public/common/child_process_host.h ('k') | mash/init/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698