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

Unified Diff: chrome/app/nacl_fork_delegate_linux.h

Issue 11819022: NaCl: Remove unused "sandboxed_" field and argument from NaClForkDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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') | no next file with comments »
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 2a59ea54c3fa01afdbf9244736ad56f34e821482..c238109a9062b991629442702636242de60d4e9f 100644
--- a/chrome/app/nacl_fork_delegate_linux.h
+++ b/chrome/app/nacl_fork_delegate_linux.h
@@ -22,9 +22,7 @@ class NaClForkDelegate : public content::ZygoteForkDelegate {
NaClForkDelegate();
virtual ~NaClForkDelegate();
- virtual void Init(bool sandboxed,
- int browserdesc,
- int sandboxdesc) OVERRIDE;
+ virtual void Init(int browserdesc, int sandboxdesc) OVERRIDE;
virtual void InitialUMA(std::string* uma_name,
int* uma_sample,
int* uma_boundary_value) OVERRIDE;
@@ -49,7 +47,6 @@ class NaClForkDelegate : public content::ZygoteForkDelegate {
};
NaClHelperStatus status_;
- bool sandboxed_;
int fd_;
};
« no previous file with comments | « no previous file | chrome/app/nacl_fork_delegate_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698