| 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;
|
| }
|
|
|