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

Unified Diff: shell/android/native_viewport_application_loader.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: shell/android/native_viewport_application_loader.cc
diff --git a/shell/android/native_viewport_application_loader.cc b/shell/android/native_viewport_application_loader.cc
index 3e8c76e80e27d67d48f9ecb2d1787d4f1fe9662b..c6f04e40b2435d789178f0e625b8cbf1227d37f4 100644
--- a/shell/android/native_viewport_application_loader.cc
+++ b/shell/android/native_viewport_application_loader.cc
@@ -30,7 +30,8 @@ void NativeViewportApplicationLoader::OnApplicationError(
}
bool NativeViewportApplicationLoader::ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) {
+ mojo::ApplicationConnection* connection,
+ const std::string& url) {
connection->AddService<NativeViewport>(this);
connection->AddService<Gpu>(this);
connection->AddService<Keyboard>(this);

Powered by Google App Engine
This is Rietveld 408576698