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

Unified Diff: content/public/browser/render_frame_host.h

Issue 2884243003: Add a mojo channel for frame messages. (Closed)
Patch Set: Fix presubmit warning I ignored Created 3 years, 7 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 | « content/public/browser/DEPS ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_frame_host.h
diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
index 5b23cbaf390b89adde72f8cc0045c88339e730ce..e4dfc1fd077ef7fffa74896c2fdff720d7a7e879 100644
--- a/content/public/browser/render_frame_host.h
+++ b/content/public/browser/render_frame_host.h
@@ -10,6 +10,7 @@
#include "base/callback_forward.h"
#include "build/build_config.h"
#include "content/common/content_export.h"
+#include "content/common/input/input_handler.mojom.h"
#include "content/public/common/console_message_level.h"
#include "content/public/common/file_chooser_params.h"
#include "ipc/ipc_listener.h"
@@ -274,6 +275,8 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
// process to determine whether access to a feature is allowed.
virtual bool IsFeatureEnabled(blink::WebFeaturePolicyFeature feature) = 0;
+ virtual mojom::FrameInputHandler* GetFrameInputHandler() = 0;
+
private:
// This interface should only be implemented inside content.
friend class RenderFrameHostImpl;
« no previous file with comments | « content/public/browser/DEPS ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698