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

Unified Diff: shell/android/android_handler.h

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
« no previous file with comments | « shell/BUILD.gn ('k') | shell/android/android_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/android_handler.h
diff --git a/shell/android/android_handler.h b/shell/android/android_handler.h
index 1e1ad969594ddc0bd6c6c82d7272706857f2414d..3e7d98c1ec2d7d096834c139508cc49a5275b34b 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_receiver_manager_factory.h"
namespace base {
class FilePath;
@@ -35,6 +36,8 @@ class AndroidHandler : public ApplicationDelegate,
URLResponsePtr response) override;
ContentHandlerFactory content_handler_factory_;
+ IntentReceiverManagerFactory intent_receiver_manager_factory_;
+
MOJO_DISALLOW_COPY_AND_ASSIGN(AndroidHandler);
};
« no previous file with comments | « shell/BUILD.gn ('k') | shell/android/android_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698