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

Unified Diff: services/window_manager/window_manager_app.cc

Issue 943053003: Simple multi-url support for mojo apps (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: hate Created 5 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
Index: services/window_manager/window_manager_app.cc
diff --git a/services/window_manager/window_manager_app.cc b/services/window_manager/window_manager_app.cc
index 60d028be44a739aa0361ffdfe5b9f95222ce9067..b3d7f81e6124199618c5b3908210f7c5b8e1963b 100644
--- a/services/window_manager/window_manager_app.cc
+++ b/services/window_manager/window_manager_app.cc
@@ -141,7 +141,8 @@ void WindowManagerApp::Initialize(mojo::ApplicationImpl* impl) {
}
bool WindowManagerApp::ConfigureIncomingConnection(
- ApplicationConnection* connection) {
+ ApplicationConnection* connection,
qsr 2015/02/27 17:15:58 Indenttion seems wrong. Did you run git cl format?
Aaron Boodman 2015/02/28 19:08:23 Done.
+ const std::string& url) {
connection->AddService<WindowManager>(this);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698