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

Unified Diff: content/shell/tools/plugin/PluginTest.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/PluginTest.cpp
diff --git a/content/shell/tools/plugin/PluginTest.cpp b/content/shell/tools/plugin/PluginTest.cpp
index ddaab7e41dd65ce8d00ab6377cd0e229f8b669e7..d0a56c711e7a673711f3313be4a09a67ac6ce7b8 100644
--- a/content/shell/tools/plugin/PluginTest.cpp
+++ b/content/shell/tools/plugin/PluginTest.cpp
@@ -72,7 +72,7 @@ void PluginTest::registerNPShutdownFunction(void (*func)()) {
void PluginTest::indicateTestFailure() {
// This should really be an assert, but there's no way for the test framework
-// to know that the plug-in process crashed, so we'll just sleep for a while
+// to know that the plugin process crashed, so we'll just sleep for a while
// to ensure that the test times out.
#if defined(XP_WIN)
::Sleep(100000);
@@ -124,7 +124,7 @@ bool PluginTest::NPP_URLNotify(const char* url, NPReason, void* notifyData) {
}
NPError PluginTest::NPP_GetValue(NPPVariable variable, void* value) {
- // We don't know anything about plug-in values so just return
+ // We don't know anything about plugin values so just return
// NPERR_GENERIC_ERROR.
return NPERR_GENERIC_ERROR;
}
« no previous file with comments | « content/shell/tools/plugin/PluginTest.h ('k') | content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698