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

Unified Diff: shell/android/android_handler.cc

Issue 1061313003: Introduce intent manager. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 8 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 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;
}

Powered by Google App Engine
This is Rietveld 408576698