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

Unified Diff: components/nacl/loader/nacl_main_platform_delegate_linux.cc

Issue 1221333008: Fix unused private field errors in components/nacl/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_private_fields
Patch Set: rename Created 5 years, 5 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: components/nacl/loader/nacl_main_platform_delegate_linux.cc
diff --git a/components/nacl/loader/nacl_main_platform_delegate_linux.cc b/components/nacl/loader/nacl_main_platform_delegate_linux.cc
index cbe886bc006e3613a1e9811425d485553d6fe838..8e7be400b8bc838d983b74522e84c6b3b8b8ca21 100644
--- a/components/nacl/loader/nacl_main_platform_delegate_linux.cc
+++ b/components/nacl/loader/nacl_main_platform_delegate_linux.cc
@@ -4,15 +4,8 @@
#include "components/nacl/loader/nacl_main_platform_delegate.h"
-NaClMainPlatformDelegate::NaClMainPlatformDelegate(
- const content::MainFunctionParams& parameters)
- : parameters_(parameters) {
-}
-
-NaClMainPlatformDelegate::~NaClMainPlatformDelegate() {
-}
-
-void NaClMainPlatformDelegate::EnableSandbox() {
+void NaClMainPlatformDelegate::EnableSandbox(
+ const content::MainFunctionParams& parameters) {
// The setuid sandbox is started in the zygote process: zygote_main_linux.cc
// http://code.google.com/p/chromium/wiki/LinuxSUIDSandbox
//
« no previous file with comments | « components/nacl/loader/nacl_main_platform_delegate.h ('k') | components/nacl/loader/nacl_main_platform_delegate_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698