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

Unified Diff: content/public/common/zygote_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
Index: content/public/common/zygote_fork_delegate_linux.h
diff --git a/content/public/common/zygote_fork_delegate_linux.h b/content/public/common/zygote_fork_delegate_linux.h
index c241aad77680bc70700c00212faee0f1391b16eb..7beda6d3393154d3d94922fd317e8332c62fcc1c 100644
--- a/content/public/common/zygote_fork_delegate_linux.h
+++ b/content/public/common/zygote_fork_delegate_linux.h
@@ -25,7 +25,7 @@ class ZygoteForkDelegate {
// Initialization happens in the zygote after it has been
// started by ZygoteMain.
- virtual void Init(int browserdesc, int sandboxdesc) = 0;
+ virtual void Init(int sandboxdesc) = 0;
// After Init, supply a UMA_HISTOGRAM_ENUMERATION the delegate
// would like to supply on the first fork.

Powered by Google App Engine
This is Rietveld 408576698