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