summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_view_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/render_view_impl.h')
-rw-r--r--content/renderer/render_view_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index b4d9e57..d844217 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -282,7 +282,7 @@ class CONTENT_EXPORT RenderViewImpl
// Returns true if the focused element is editable text from the perspective
// of IME support (also used for on-screen keyboard). Works correctly inside
- // supported PPAPI plug-ins.
+ // supported PPAPI plugins.
bool HasIMETextFocus();
// Callback for use with GetWindowSnapshot.
@@ -970,7 +970,7 @@ class CONTENT_EXPORT RenderViewImpl
std::set<WebPluginDelegateProxy*> plugin_delegates_;
#if defined(OS_WIN)
- // The ID of the focused NPAPI plug-in.
+ // The ID of the focused NPAPI plugin.
int focused_plugin_id_;
#endif