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

Unified Diff: content/browser/plugin_data_remover_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/browser/plugin_data_remover_impl.h ('k') | content/browser/plugin_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_data_remover_impl.cc
diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc
index f74b37831b5b3d867513aaa15fba31ffcfb60130..019f4b02924ec48d59aab1d800d9a3ad90745c0b 100644
--- a/content/browser/plugin_data_remover_impl.cc
+++ b/content/browser/plugin_data_remover_impl.cc
@@ -212,7 +212,7 @@ class PluginDataRemoverImpl::Context
kClearAllData, max_age);
}
- // Connects the client side of a newly opened plug-in channel.
+ // Connects the client side of a newly opened plugin channel.
void ConnectToChannel(const IPC::ChannelHandle& handle, bool is_ppapi) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
@@ -288,7 +288,7 @@ class PluginDataRemoverImpl::Context
// The name of the plugin. Use only on the I/O thread.
std::string plugin_name_;
- // The channel is NULL until we have opened a connection to the plug-in
+ // The channel is NULL until we have opened a connection to the plugin
// process.
scoped_ptr<IPC::Channel> channel_;
};
« no previous file with comments | « content/browser/plugin_data_remover_impl.h ('k') | content/browser/plugin_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698