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

Unified Diff: content/child/npapi/webplugin_delegate_impl.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/child/npapi/webplugin_delegate_impl.h ('k') | content/child/npapi/webplugin_delegate_impl_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npapi/webplugin_delegate_impl.cc
diff --git a/content/child/npapi/webplugin_delegate_impl.cc b/content/child/npapi/webplugin_delegate_impl.cc
index 4041db427108edf4d46671dd709e566667591ef6..9d760549acf3ac13f56cffc1343155fd5b2fe65f 100644
--- a/content/child/npapi/webplugin_delegate_impl.cc
+++ b/content/child/npapi/webplugin_delegate_impl.cc
@@ -81,14 +81,14 @@ bool WebPluginDelegateImpl::Initialize(
creation_succeeded_ = instance_->Start(
url, argn.get(), argv.get(), argc, load_manually);
if (!creation_succeeded_) {
- VLOG(1) << "Couldn't start plug-in instance";
+ VLOG(1) << "Couldn't start plugin instance";
return false;
}
windowless_ = instance_->windowless();
if (!windowless_) {
if (!WindowedCreatePlugin()) {
- VLOG(1) << "Couldn't create windowed plug-in";
+ VLOG(1) << "Couldn't create windowed plugin";
return false;
}
}
« no previous file with comments | « content/child/npapi/webplugin_delegate_impl.h ('k') | content/child/npapi/webplugin_delegate_impl_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698