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

Unified Diff: chrome/app/nacl_fork_delegate_linux.h

Issue 11819021: NaCl: Clean up file descriptor setup in nacl_helper on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove kNaClBrowserDescriptor Created 7 years, 11 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 | « no previous file | chrome/app/nacl_fork_delegate_linux.cc » ('j') | chrome/common/nacl_helper_linux.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/nacl_fork_delegate_linux.h
diff --git a/chrome/app/nacl_fork_delegate_linux.h b/chrome/app/nacl_fork_delegate_linux.h
index c238109a9062b991629442702636242de60d4e9f..de1e7c4684dd8840c0b0e11b67a469ba977175ef 100644
--- a/chrome/app/nacl_fork_delegate_linux.h
+++ b/chrome/app/nacl_fork_delegate_linux.h
@@ -22,7 +22,7 @@ class NaClForkDelegate : public content::ZygoteForkDelegate {
NaClForkDelegate();
virtual ~NaClForkDelegate();
- virtual void Init(int browserdesc, int sandboxdesc) OVERRIDE;
+ virtual void Init(int sandboxdesc) OVERRIDE;
virtual void InitialUMA(std::string* uma_name,
int* uma_sample,
int* uma_boundary_value) OVERRIDE;
« no previous file with comments | « no previous file | chrome/app/nacl_fork_delegate_linux.cc » ('j') | chrome/common/nacl_helper_linux.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698