Chromium Code Reviews| Index: shell/android/android_handler.h |
| diff --git a/shell/android/android_handler.h b/shell/android/android_handler.h |
| index 1e1ad969594ddc0bd6c6c82d7272706857f2414d..4260f16e961fdc9ccfe6c77a2802f6dc5af6ce7e 100644 |
| --- a/shell/android/android_handler.h |
| +++ b/shell/android/android_handler.h |
| @@ -11,6 +11,7 @@ |
| #include "mojo/public/cpp/application/application_delegate.h" |
| #include "mojo/public/cpp/application/interface_factory_impl.h" |
| #include "mojo/services/content_handler/public/interfaces/content_handler.mojom.h" |
| +#include "shell/android/intent_manager_factory.h" |
| namespace base { |
| class FilePath; |
| @@ -35,6 +36,8 @@ class AndroidHandler : public ApplicationDelegate, |
| URLResponsePtr response) override; |
| ContentHandlerFactory content_handler_factory_; |
| + IntentReceiverManagerFactory intent_manager_factory_; |
|
ppi
2015/04/08 11:10:10
intent_receiver_manager_factory_?
qsr
2015/04/08 11:16:18
Done.
|
| + |
| MOJO_DISALLOW_COPY_AND_ASSIGN(AndroidHandler); |
| }; |