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

Unified Diff: services/ui/ws/gpu_service_proxy.cc

Issue 2390013002: Rename mojo: to service: (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 | « services/ui/test_wm/manifest.json ('k') | services/ui/ws/mus_ws_unittests_app_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/gpu_service_proxy.cc
diff --git a/services/ui/ws/gpu_service_proxy.cc b/services/ui/ws/gpu_service_proxy.cc
index 5488b87e5d732a21f5b8f4bd844dce27994c1599..cc8bc49c5b1c366e6caa9ed92ed7080a1a06f4c4 100644
--- a/services/ui/ws/gpu_service_proxy.cc
+++ b/services/ui/ws/gpu_service_proxy.cc
@@ -31,7 +31,7 @@ GpuServiceProxy::GpuServiceProxy(GpuServiceProxyDelegate* delegate)
base::WaitableEvent::InitialState::NOT_SIGNALED) {
gpu_main_.OnStart();
// TODO(sad): Once GPU process is split, this would look like:
- // connector->ConnectToInterface("mojo:gpu", &gpu_service_);
+ // connector->ConnectToInterface("service:gpu", &gpu_service_);
gpu_main_.Create(GetProxy(&gpu_service_));
gpu_service_->Initialize(
base::Bind(&GpuServiceProxy::OnInitialized, base::Unretained(this)));
« no previous file with comments | « services/ui/test_wm/manifest.json ('k') | services/ui/ws/mus_ws_unittests_app_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698