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

Unified Diff: content/test/plugin/npapi_test.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/shell/tools/plugin/main.cpp ('k') | content/test/plugin/plugin_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/plugin/npapi_test.cc
diff --git a/content/test/plugin/npapi_test.cc b/content/test/plugin/npapi_test.cc
index 975de433305c6e15e1a113d49277c72d7f0b563e..02e9093411b6af723505da51610500383671af2e 100644
--- a/content/test/plugin/npapi_test.cc
+++ b/content/test/plugin/npapi_test.cc
@@ -94,7 +94,7 @@ EXPORT NPError API_CALL NP_GetValue(NPP instance, NPPVariable variable,
break;
case NPPVpluginDescriptionString:
*(static_cast<const char**>(value)) =
- "Simple NPAPI plug-in for Chromium unit tests";
+ "Simple NPAPI plugin for Chromium unit tests";
break;
case NPPVpluginNeedsXEmbed:
*(static_cast<NPBool*>(value)) = true;
« no previous file with comments | « content/shell/tools/plugin/main.cpp ('k') | content/test/plugin/plugin_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698