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

Unified Diff: services/view_manager/view_manager_app.h

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/view_manager/view_manager_app.h
diff --git a/services/view_manager/view_manager_app.h b/services/view_manager/view_manager_app.h
index 394cbf2313657faadda4f082501d43a755452afa..200f4fd5da0f4d6b76cfc17b73b55c5c61f11c3e 100644
--- a/services/view_manager/view_manager_app.h
+++ b/services/view_manager/view_manager_app.h
@@ -37,7 +37,8 @@ class ViewManagerApp
// ApplicationDelegate:
void Initialize(mojo::ApplicationImpl* app) override;
bool ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) override;
+ mojo::ApplicationConnection* connection,
+ const std::string& url) override;
// ConnectionManagerDelegate:
void OnLostConnectionToWindowManager() override;

Powered by Google App Engine
This is Rietveld 408576698