Index: base/linux_util.cc |
=================================================================== |
--- base/linux_util.cc (revision 141822) |
+++ base/linux_util.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -125,13 +125,6 @@ |
namespace base { |
-const char kFindInodeSwitch[] = "--find-inode"; |
- |
-// This should be kept in sync with sandbox/linux/suid/sandbox.c |
-const long kSUIDSandboxApiNumber = 1; |
-const char kSandboxEnvironmentApiRequest[] = "SBX_CHROME_API_RQ"; |
-const char kSandboxEnvironmentApiProvides[] = "SBX_CHROME_API_PRV"; |
- |
// Account for the terminating null character. |
static const int kDistroSize = 128 + 1; |