Index: shell/android/android_handler.cc |
diff --git a/shell/android/android_handler.cc b/shell/android/android_handler.cc |
index a29759db930bbdef293ad9a305a3eb174fa16e19..8c017c87e73d03f200417862ddf241588ad887f6 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_manager_factory_); |
return true; |
} |