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

Unified Diff: chrome/common/chrome_sandbox_process_type_mac.h

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: different approach Created 9 years, 1 month 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: chrome/common/chrome_sandbox_process_type_mac.h
diff --git a/chrome/common/chrome_sandbox_process_type_mac.h b/chrome/common/chrome_sandbox_process_type_mac.h
new file mode 100644
index 0000000000000000000000000000000000000000..1266a310cab90b996918a7bdc63993eb7a338456
--- /dev/null
+++ b/chrome/common/chrome_sandbox_process_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_PROCESS_TYPE_MAC_H_
+#define CHROME_COMMON_CHROME_SANDBOX_PROCESS_TYPE_MAC_H_
+#pragma once
+
+#include "content/public/common/sandbox_process_type_mac.h"
+
+enum ChromeSandboxProcessType {
+ CHROME_SANDBOX_TYPE_FIRST_TYPE = content::SANDBOX_AFTER_TYPE_LAST_TYPE,
+
+ CHROME_SANDBOX_TYPE_NACL_LOADER = CHROME_SANDBOX_TYPE_FIRST_TYPE,
+};
+
+#endif // CHROME_COMMON_CHROME_SANDBOX_PROCESS_TYPE_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698