| Index: content/browser/browser_plugin/browser_plugin_embedder_helper.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_embedder_helper.h b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
|
| index 6e90c9d4eb0b6044ee0e750ebd17d419b6e56f1b..510646e93ba93546949efdc9037fab3b2a8b8de6 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder_helper.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/string16.h"
|
| #include "content/public/browser/render_view_host_observer.h"
|
|
|
| namespace IPC {
|
| @@ -20,6 +21,7 @@ class Size;
|
| }
|
|
|
| struct BrowserPluginHostMsg_ResizeGuest_Params;
|
| +struct ViewMsg_PostMessage_Params;
|
|
|
| namespace content {
|
|
|
| @@ -63,6 +65,7 @@ class BrowserPluginEmbedderHelper : public RenderViewHostObserver {
|
| void OnHandleInputEvent(const IPC::SyncMessage& message, bool* handled);
|
| void OnSetFocus(int instance_id, bool focused);
|
| void OnPluginDestroyed(int instance_id);
|
| + void OnRouteMessageEvent(const ViewMsg_PostMessage_Params& params);
|
| void OnGo(int instance_id, int relative_index);
|
| void OnStop(int instance_id);
|
| void OnReload(int instance_id);
|
|
|