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

Unified Diff: shell/android/android_handler.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/android_handler.cc
diff --git a/shell/android/android_handler.cc b/shell/android/android_handler.cc
index a103327f392fafc86f7863419dafe9f163fa52d3..a5c0845803de8a10998cf8228eb2759018a8df72 100644
--- a/shell/android/android_handler.cc
+++ b/shell/android/android_handler.cc
@@ -96,7 +96,8 @@ void AndroidHandler::Initialize(ApplicationImpl* app) {
}
bool AndroidHandler::ConfigureIncomingConnection(
- ApplicationConnection* connection) {
+ ApplicationConnection* connection,
+ const std::string& url) {
connection->AddService(&content_handler_factory_);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698