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

Unified Diff: shell/android/native_viewport_application_loader.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: shell/android/native_viewport_application_loader.h
diff --git a/shell/android/native_viewport_application_loader.h b/shell/android/native_viewport_application_loader.h
index 13e3e8c9d59387b0e9d2dfa2dc5a86ab1667ef25..e27fdfbaa90e1f81b78bb40b476f7e836033c49d 100644
--- a/shell/android/native_viewport_application_loader.h
+++ b/shell/android/native_viewport_application_loader.h
@@ -38,7 +38,8 @@ class NativeViewportApplicationLoader : public ApplicationLoader,
// ApplicationDelegate implementation.
bool ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) override;
+ mojo::ApplicationConnection* connection,
+ const std::string& url) override;
// InterfaceFactory<NativeViewport> implementation.
void Create(ApplicationConnection* connection,

Powered by Google App Engine
This is Rietveld 408576698