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

Unified Diff: content/test/plugin/plugin_thread_async_call_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/test/plugin/plugin_setup_test.h ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/plugin/plugin_thread_async_call_test.cc
diff --git a/content/test/plugin/plugin_thread_async_call_test.cc b/content/test/plugin/plugin_thread_async_call_test.cc
index 096041c013931a4d44a42bc65939f6d5b470824d..4afd00425f061b1fe7a3e9ad32a631dfcd79326d 100644
--- a/content/test/plugin/plugin_thread_async_call_test.cc
+++ b/content/test/plugin/plugin_thread_async_call_test.cc
@@ -67,7 +67,7 @@ NPError PluginThreadAsyncCallTest::New(
// a different thread to fully test it.
if (this == g_short_lived_instance) {
// This is slightly complicated thanks to the Linux shared library build,
- // which shares more compilation units between the NPAPI plug-in and
+ // which shares more compilation units between the NPAPI plugin and
// the base code.
at_exit_manager_ = new base::ShadowingAtExitManager();
base::Thread random_thread("random_thread");
« no previous file with comments | « content/test/plugin/plugin_setup_test.h ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698