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

Unified Diff: content/common/process_type.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/common/plugin_list.cc ('k') | content/common/sandbox_init_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/process_type.cc
diff --git a/content/common/process_type.cc b/content/common/process_type.cc
index d3c6894242f7dc9ff3b9905f378f2cc33a51b6ce..34019d453a6ba686014f044d94854104858dbb9e 100644
--- a/content/common/process_type.cc
+++ b/content/common/process_type.cc
@@ -16,7 +16,7 @@ std::string GetProcessTypeNameInEnglish(int type) {
case PROCESS_TYPE_RENDERER:
return "Tab";
case PROCESS_TYPE_PLUGIN:
- return "Plug-in";
+ return "Plugin";
case PROCESS_TYPE_UTILITY:
return "Utility";
case PROCESS_TYPE_ZYGOTE:
« no previous file with comments | « content/common/plugin_list.cc ('k') | content/common/sandbox_init_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698