Replace remaining shell references with service manager
This covers service and capability names, filenames,
target names, test names, variable names, and most
occurrences in documentation.
TBRs because it's just renames.
BUG=None
[email protected]
[email protected]
Review-Url: https://codereview.chromium.org/2427443002
Cr-Commit-Position: refs/heads/master@{#425617}
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 62ac504..538e570 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -1242,7 +1242,7 @@
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