Index: chrome/browser/renderer_host/render_widget_host.h |
diff --git a/chrome/browser/renderer_host/render_widget_host.h b/chrome/browser/renderer_host/render_widget_host.h |
index f4e0b96daa0a1b9e8599b14ac4dcc4283fee555a..6c3fed77e826c57fb931e4ced91a766a16e89c01 100644 |
--- a/chrome/browser/renderer_host/render_widget_host.h |
+++ b/chrome/browser/renderer_host/render_widget_host.h |
@@ -499,6 +499,7 @@ class RenderWidgetHost : public IPC::Channel::Listener, |
WebKit::WebScreenInfo* results); |
void OnMsgGetWindowRect(gfx::NativeViewId window_id, gfx::Rect* results); |
void OnMsgGetRootWindowRect(gfx::NativeViewId window_id, gfx::Rect* results); |
+ void OnMsgSetPluginImeEnabled(bool enabled, int plugin_id); |
void OnAllocateFakePluginWindowHandle(bool opaque, |
bool root, |
gfx::PluginWindowHandle* id); |