Index: content/plugin/webplugin_proxy.cc |
diff --git a/content/plugin/webplugin_proxy.cc b/content/plugin/webplugin_proxy.cc |
index 81003fccb0441c297b48dc45bed23ffca9f4bb78..21f76ea9be6d5e3f583c8046f120a843193e455b 100644 |
--- a/content/plugin/webplugin_proxy.cc |
+++ b/content/plugin/webplugin_proxy.cc |
@@ -605,8 +605,8 @@ bool WebPluginProxy::CheckIfRunInsecureContent(const GURL& url) { |
#if defined(OS_WIN) && !defined(USE_AURA) |
void WebPluginProxy::UpdateIMEStatus() { |
- // Retrieve the IME status from a plug-in and send it to a renderer process |
- // when the plug-in has updated it. |
+ // Retrieve the IME status from a plugin and send it to a renderer process |
+ // when the plugin has updated it. |
int input_type; |
gfx::Rect caret_rect; |
if (!delegate_->GetIMEStatus(&input_type, &caret_rect)) |