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

Unified Diff: trunk/src/content/public/browser/child_process_data.h

Issue 290633006: Revert 270907 "Remove knowledge of nacl from content." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | « trunk/src/content/public/browser/browser_child_process_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/public/browser/child_process_data.h
===================================================================
--- trunk/src/content/public/browser/child_process_data.h (revision 270923)
+++ trunk/src/content/public/browser/child_process_data.h (working copy)
@@ -28,8 +28,11 @@
// The handle to the process.
base::ProcessHandle handle;
+ int nacl_debug_stub_port;
+
explicit ChildProcessData(int process_type)
- : process_type(process_type), id(0), handle(base::kNullProcessHandle) {
+ : process_type(process_type), id(0), handle(base::kNullProcessHandle),
+ nacl_debug_stub_port(0) {
}
};
« no previous file with comments | « trunk/src/content/public/browser/browser_child_process_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698