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

Unified Diff: ash/mus/keyboard_ui_mus.cc

Issue 1743473002: Change Mojo URLs to structured names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@18collapse
Patch Set: . Created 4 years, 10 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 | « no previous file | ash/mus/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/keyboard_ui_mus.cc
diff --git a/ash/mus/keyboard_ui_mus.cc b/ash/mus/keyboard_ui_mus.cc
index 1a16aae1d1b6d4562d405e123d6e986087f21433..ce38aded4bc3002fbd3dc057c8018c6612abb8ee 100644
--- a/ash/mus/keyboard_ui_mus.cc
+++ b/ash/mus/keyboard_ui_mus.cc
@@ -13,8 +13,8 @@ namespace ash {
KeyboardUIMus::KeyboardUIMus(mojo::Connector* connector)
: is_enabled_(false), observer_binding_(this) {
- // TODO(sky): should be something like mojo://keyboard, but need mapping.
- connector->ConnectToInterface("exe://chrome", &keyboard_);
+ // TODO(sky): should be something like mojo:keyboard, but need mapping.
+ connector->ConnectToInterface("exe:chrome", &keyboard_);
keyboard_->AddObserver(observer_binding_.CreateInterfacePtrAndBind());
}
« no previous file with comments | « no previous file | ash/mus/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698