| Index: chrome/common/chrome_sandbox_type_mac.h
|
| diff --git a/chrome/common/chrome_sandbox_type_mac.h b/chrome/common/chrome_sandbox_type_mac.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..86aafef9f578c28344d73dd2a918a7e4b2c4d5a9
|
| --- /dev/null
|
| +++ b/chrome/common/chrome_sandbox_type_mac.h
|
| @@ -0,0 +1,17 @@
|
| +// 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.
|
| +
|
| +#ifndef CHROME_COMMON_CHROME_SANDBOX_TYPE_MAC_H_
|
| +#define CHROME_COMMON_CHROME_SANDBOX_TYPE_MAC_H_
|
| +#pragma once
|
| +
|
| +#include "content/public/common/sandbox_type_mac.h"
|
| +
|
| +enum ChromeSandboxType {
|
| + CHROME_SANDBOX_TYPE_FIRST_TYPE = content::SANDBOX_TYPE_AFTER_LAST_TYPE,
|
| +
|
| + CHROME_SANDBOX_TYPE_NACL_LOADER = CHROME_SANDBOX_TYPE_FIRST_TYPE,
|
| +};
|
| +
|
| +#endif // CHROME_COMMON_CHROME_SANDBOX_TYPE_MAC_H_
|
|
|