Index: chrome/plugin/webplugin_delegate_stub.h |
diff --git a/chrome/plugin/webplugin_delegate_stub.h b/chrome/plugin/webplugin_delegate_stub.h |
index 0c1101e9f60ba6bd75457632a1264373a0020fd2..5bc2887ab7b5eef243ebf94c85917c495963dc55 100644 |
--- a/chrome/plugin/webplugin_delegate_stub.h |
+++ b/chrome/plugin/webplugin_delegate_stub.h |
@@ -85,6 +85,7 @@ class WebPluginDelegateStub : public IPC::Channel::Listener, |
bool has_focus); |
void OnWindowFrameChanged(const gfx::Rect& window_frame, |
const gfx::Rect& view_frame); |
+ void OnImeCompositionConfirmed(const string16& text); |
#endif |
void OnDidReceiveManualResponse( |