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

Unified Diff: content/utility/utility_thread_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/test/plugin/plugin_thread_async_call_test.cc ('k') | extensions/browser/process_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_thread_impl.cc
diff --git a/content/utility/utility_thread_impl.cc b/content/utility/utility_thread_impl.cc
index d1b9bfae87622393eb5b1ee976b2d621e027e3f8..94d7352915f975ef2136bdbd183755a5075d41d9 100644
--- a/content/utility/utility_thread_impl.cc
+++ b/content/utility/utility_thread_impl.cc
@@ -118,8 +118,8 @@ void UtilityThreadImpl::OnLoadPlugins(
PluginList* plugin_list = PluginList::Singleton();
std::vector<WebPluginInfo> plugins;
- // TODO(bauerb): If we restart loading plug-ins, we might mess up the logic in
- // PluginList::ShouldLoadPlugin due to missing the previously loaded plug-ins
+ // TODO(bauerb): If we restart loading plugins, we might mess up the logic in
+ // PluginList::ShouldLoadPlugin due to missing the previously loaded plugins
// in |plugin_groups|.
for (size_t i = 0; i < plugin_paths.size(); ++i) {
WebPluginInfo plugin;
« no previous file with comments | « content/test/plugin/plugin_thread_async_call_test.cc ('k') | extensions/browser/process_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698