diff options
Diffstat (limited to 'content/plugin/webplugin_delegate_stub.cc')
-rw-r--r-- | content/plugin/webplugin_delegate_stub.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc index 6122017..4866e06 100644 --- a/content/plugin/webplugin_delegate_stub.cc +++ b/content/plugin/webplugin_delegate_stub.cc @@ -345,9 +345,7 @@ void WebPluginDelegateStub::OnImeCompositionUpdated( int cursor_position) { if (delegate_) delegate_->ImeCompositionUpdated(text, clauses, target, cursor_position); -#if defined(OS_WIN) && !defined(USE_AURA) webplugin_->UpdateIMEStatus(); -#endif } void WebPluginDelegateStub::OnImeCompositionCompleted( |