Index: services/android/java_handler.cc |
diff --git a/services/android/java_handler.cc b/services/android/java_handler.cc |
index 594e77e20bda1810e8661b47de4eb5c710543893..6c9a27105f64e7e279085b78eb60d18a8e10c9e5 100644 |
--- a/services/android/java_handler.cc |
+++ b/services/android/java_handler.cc |
@@ -56,7 +56,8 @@ void JavaHandler::Initialize(mojo::ApplicationImpl* app) { |
} |
bool JavaHandler::ConfigureIncomingConnection( |
- mojo::ApplicationConnection* connection) { |
+ mojo::ApplicationConnection* connection, |
+ const std::string& url) { |
connection->AddService(&content_handler_factory_); |
return true; |
} |
@@ -109,4 +110,3 @@ extern "C" JNI_EXPORT void InitApplicationContext( |
JNIEnv* env = base::android::AttachCurrentThread(); |
base::android::InitApplicationContext(env, context); |
} |
- |