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

Unified Diff: components/plugins/renderer/loadable_plugin_placeholder.h

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
Index: components/plugins/renderer/loadable_plugin_placeholder.h
diff --git a/components/plugins/renderer/loadable_plugin_placeholder.h b/components/plugins/renderer/loadable_plugin_placeholder.h
index bc09b73fdf39ef6dfe7402d24d1e7f035cbf23ba..e67c86104537182898d1c84b85af0e75b5f07b05 100644
--- a/components/plugins/renderer/loadable_plugin_placeholder.h
+++ b/components/plugins/renderer/loadable_plugin_placeholder.h
@@ -11,7 +11,7 @@
#include "content/public/renderer/plugin_instance_throttler.h"
namespace plugins {
-// Placeholders can be used if a plug-in is missing or not available
+// Placeholders can be used if a plugin is missing or not available
// (blocked or disabled).
class LoadablePluginPlaceholder
: public PluginPlaceholder,
@@ -30,7 +30,7 @@ class LoadablePluginPlaceholder
power_saver_enabled_ = power_saver_enabled;
}
- // Defer loading of plug-in, and instead show the Power Saver poster image.
+ // Defer loading of plugin, and instead show the Power Saver poster image.
void BlockForPowerSaverPoster();
#endif
« no previous file with comments | « components/nacl/renderer/nexe_load_manager.cc ('k') | components/plugins/renderer/loadable_plugin_placeholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698