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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest_helper.h

Issue 10829225: Browser Plugin: Add HTML5-like postMessage support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Verified to work with nasko@'s disabled frame tree updates Created 8 years, 2 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: content/browser/browser_plugin/browser_plugin_guest_helper.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest_helper.h b/content/browser/browser_plugin/browser_plugin_guest_helper.h
index fd0c04530190d10f6c6cddc1897c1177d683caca..8628ed2fde4307cc74ef02d9ad8e9549af4fd25a 100644
--- a/content/browser/browser_plugin/browser_plugin_guest_helper.h
+++ b/content/browser/browser_plugin/browser_plugin_guest_helper.h
@@ -11,6 +11,7 @@
class WebCursor;
struct ViewHostMsg_UpdateRect_Params;
+struct ViewMsg_PostMessage_Params;
namespace gfx {
class Size;
@@ -49,6 +50,7 @@ class BrowserPluginGuestHelper : public RenderViewHostObserver {
void OnShowWidget(int route_id, const gfx::Rect& initial_pos);
void OnMsgHasTouchEventHandlers(bool has_handlers);
void OnSetCursor(const WebCursor& cursor);
+ void OnRouteMessageEvent(const ViewMsg_PostMessage_Params& params);
BrowserPluginGuest* guest_;
// A scoped container for notification registries.

Powered by Google App Engine
This is Rietveld 408576698