| Index: shell/android/android_handler.cc | 
| diff --git a/shell/android/android_handler.cc b/shell/android/android_handler.cc | 
| index a29759db930bbdef293ad9a305a3eb174fa16e19..47b95c79b301e573a4f9ec4b00926d0de3a20e3c 100644 | 
| --- a/shell/android/android_handler.cc | 
| +++ b/shell/android/android_handler.cc | 
| @@ -100,6 +100,7 @@ void AndroidHandler::Initialize(ApplicationImpl* app) { | 
| bool AndroidHandler::ConfigureIncomingConnection( | 
| ApplicationConnection* connection) { | 
| connection->AddService(&content_handler_factory_); | 
| +  connection->AddService(&intent_receiver_manager_factory_); | 
| return true; | 
| } | 
|  | 
|  |