Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(812)

Unified Diff: content/renderer/pepper/plugin_instance_throttler_impl.cc

Issue 1007443004: Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove terms and native_client_sdk changes. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/npapi/webplugin_impl.cc ('k') | content/renderer/pepper/plugin_power_saver_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/plugin_instance_throttler_impl.cc
diff --git a/content/renderer/pepper/plugin_instance_throttler_impl.cc b/content/renderer/pepper/plugin_instance_throttler_impl.cc
index 1ff6248f3b349d75a7aa60f9b6b82bace08566e8..097480dea87200d6842e54595f41b7dbeba911f8 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.
« no previous file with comments | « content/renderer/npapi/webplugin_impl.cc ('k') | content/renderer/pepper/plugin_power_saver_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698