diff options
Diffstat (limited to 'content/renderer/pepper/plugin_instance_throttler_impl.cc')
-rw-r--r-- | content/renderer/pepper/plugin_instance_throttler_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/pepper/plugin_instance_throttler_impl.cc b/content/renderer/pepper/plugin_instance_throttler_impl.cc index 1ff6248..097480d 100644 --- a/content/renderer/pepper/plugin_instance_throttler_impl.cc +++ b/content/renderer/pepper/plugin_instance_throttler_impl.cc @@ -157,7 +157,7 @@ void PluginInstanceThrottlerImpl::OnImageFlush(const SkBitmap* bitmap) { bool PluginInstanceThrottlerImpl::ConsumeInputEvent( const blink::WebInputEvent& event) { - // Always allow right-clicks through so users may verify it's a plug-in. + // Always allow right-clicks through so users may verify it's a plugin. // TODO(tommycli): We should instead show a custom context menu (probably // using PluginPlaceholder) so users aren't confused and try to click the // Flash-internal 'Play' menu item. This is a stopgap solution. |