Index: chrome/plugin/webplugin_delegate_stub.h |
diff --git a/chrome/plugin/webplugin_delegate_stub.h b/chrome/plugin/webplugin_delegate_stub.h |
index 0a95587107e20238b44e8c83ce49e8751d519ef2..ce99e77ce747a5fff2b2058d64a6b82282a8dc45 100644 |
--- a/chrome/plugin/webplugin_delegate_stub.h |
+++ b/chrome/plugin/webplugin_delegate_stub.h |
@@ -89,7 +89,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); |
+ void OnImeCompositionCompleted(const string16& text); |
#endif |
void OnDidReceiveManualResponse( |