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

Unified Diff: content/shell/tools/plugin/main.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
Index: content/shell/tools/plugin/main.cpp
diff --git a/content/shell/tools/plugin/main.cpp b/content/shell/tools/plugin/main.cpp
index 0b1e55f67458a8e7d2a097bdd9c625facbc19327..fb682b3adfeeae88c6fcb939372af6d0d5469102 100644
--- a/content/shell/tools/plugin/main.cpp
+++ b/content/shell/tools/plugin/main.cpp
@@ -840,7 +840,7 @@ NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
return NPERR_NO_ERROR;
}
if (variable == NPPVpluginDescriptionString) {
- *((char **)value) = const_cast<char*>("Simple Netscape® plug-in that handles test content for WebKit");
+ *((char **)value) = const_cast<char*>("Simple Netscape® plugin that handles test content for WebKit");
return NPERR_NO_ERROR;
}
if (variable == NPPVpluginNeedsXEmbed) {
« no previous file with comments | « content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp ('k') | content/test/plugin/npapi_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698