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

Unified Diff: shell/android/library_loader.cc

Issue 1061313003: Introduce intent manager. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/library_loader.cc
diff --git a/shell/android/library_loader.cc b/shell/android/library_loader.cc
index d5230ac36ab8e7e23489adfa321805c59bd761b7..dd5192c0299e2b7e20ee861535b9922cd58c590c 100644
--- a/shell/android/library_loader.cc
+++ b/shell/android/library_loader.cc
@@ -9,6 +9,7 @@
#include "base/bind.h"
#include "services/native_viewport/platform_viewport_android.h"
#include "shell/android/android_handler.h"
+#include "shell/android/intent_manager_impl.h"
#include "shell/android/keyboard_impl.h"
#include "shell/android/main.h"
@@ -16,6 +17,7 @@ namespace {
base::android::RegistrationMethod kMojoRegisteredMethods[] = {
{"AndroidHandler", mojo::shell::RegisterAndroidHandlerJni},
+ {"IntentReceiverRegistry", mojo::shell::RegisterIntentReceiverRegistry},
{"Keyboard", mojo::shell::RegisterKeyboardJni},
{"PlatformViewportAndroid",
native_viewport::PlatformViewportAndroid::Register},
« shell/android/intent_manager_impl.cc ('K') | « shell/android/intent_manager_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698