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

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
Index: shell/android/android_handler.h
diff --git a/shell/android/android_handler.h b/shell/android/android_handler.h
index 1e1ad969594ddc0bd6c6c82d7272706857f2414d..24866241ad601f365ef74218fc814b99a6103ba5 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_;
+ IntentManagerFactory intent_manager_factory_;
+
MOJO_DISALLOW_COPY_AND_ASSIGN(AndroidHandler);
};

Powered by Google App Engine
This is Rietveld 408576698