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

Unified Diff: content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.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/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp
diff --git a/content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp b/content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp
index e9131a76f1d30d5f4e047b69d9ded4f4f66ec30d..cfbc2cd1393698ec9f2b54a365410225f0d6d550 100644
--- a/content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp
+++ b/content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp
@@ -34,7 +34,7 @@
using namespace std;
// From NPP_New, call NPN_GetURLNotify with a URL that fails to load (NPP_NewStream won't be called).
-// The plug-in should still get a NPP_URLNotify indicating that the load failed.
+// The plugin should still get a NPP_URLNotify indicating that the load failed.
static const char *urlThatFailsToLoad = "foo://bar/";
class GetURLNotifyWithURLThatFailsToLoad : public PluginTest {

Powered by Google App Engine
This is Rietveld 408576698