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

Unified Diff: content/shell/tools/plugin/PluginObject.cpp

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/render_view_impl.cc ('k') | content/shell/tools/plugin/PluginObjectMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/tools/plugin/PluginObject.cpp
diff --git a/content/shell/tools/plugin/PluginObject.cpp b/content/shell/tools/plugin/PluginObject.cpp
index b071c09a51790bb8cbbafc16ecb2caeeebebbb19..a3c723fd85f6e5753a041bc924e25c13fff932ba 100644
--- a/content/shell/tools/plugin/PluginObject.cpp
+++ b/content/shell/tools/plugin/PluginObject.cpp
@@ -437,7 +437,7 @@ static bool testDOMAccess(PluginObject* obj,
const NPVariant*,
uint32_t,
NPVariant* result) {
- // Get plug-in's DOM element
+ // Get plugin's DOM element
NPObject* elementObject;
if (browser->getvalue(obj->npp, NPNVPluginElementNPObject, &elementObject) ==
NPERR_NO_ERROR) {
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/shell/tools/plugin/PluginObjectMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698