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

Unified Diff: content/public/common/child_process_host.h

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/public/browser/plugin_service_filter.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/child_process_host.h
diff --git a/content/public/common/child_process_host.h b/content/public/common/child_process_host.h
index 67a39ac744693428d36cc47ba2893f9165372dc4..c79938b405f82d6c0d591730d0cf59c31c766aac 100644
--- a/content/public/common/child_process_host.h
+++ b/content/public/common/child_process_host.h
@@ -64,7 +64,7 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
// Requests that the child run in a process that does not protect the
// heap against execution. Normally, heap pages may be made executable
// with mprotect, so this mode should be used sparingly. It is intended
- // for processes that may host plug-ins that expect an executable heap
+ // for processes that may host plugins that expect an executable heap
// without having to call mprotect. This option is currently incompatible
// with CHILD_NO_PIE.
CHILD_ALLOW_HEAP_EXECUTION = 1 << 2,
« no previous file with comments | « content/public/browser/plugin_service_filter.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698