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

Unified Diff: components/nacl/common/nacl_sandbox_type.h

Issue 1185333003: Implement GetSandboxType() on all platforms and implement for all process types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not call base class from chrome's contentbrowserclient Created 5 years, 6 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/common/nacl_sandbox_type.h
diff --git a/components/nacl/common/nacl_sandbox_type_mac.h b/components/nacl/common/nacl_sandbox_type.h
similarity index 59%
rename from components/nacl/common/nacl_sandbox_type_mac.h
rename to components/nacl/common/nacl_sandbox_type.h
index b1817f30d4e3994fb776f4c0af47f05824a3c7d8..d32630992bc11d7e787ccb1692853c42fad62fe3 100644
--- a/components/nacl/common/nacl_sandbox_type_mac.h
+++ b/components/nacl/common/nacl_sandbox_type.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_NACL_COMMON_NACL_SANDBOX_TYPE_MAC_H_
-#define COMPONENTS_NACL_COMMON_NACL_SANDBOX_TYPE_MAC_H_
+#ifndef COMPONENTS_NACL_COMMON_NACL_SANDBOX_TYPE_H_
+#define COMPONENTS_NACL_COMMON_NACL_SANDBOX_TYPE_H_
-#include "content/public/common/sandbox_type_mac.h"
+#include "content/public/common/sandbox_type.h"
enum NaClSandboxType {
NACL_SANDBOX_TYPE_FIRST_TYPE = content::SANDBOX_TYPE_AFTER_LAST_TYPE,
@@ -13,4 +13,4 @@ enum NaClSandboxType {
NACL_SANDBOX_TYPE_NACL_LOADER = NACL_SANDBOX_TYPE_FIRST_TYPE,
};
-#endif // COMPONENTS_NACL_COMMON_NACL_SANDBOX_TYPE_MAC_H_
+#endif // COMPONENTS_NACL_COMMON_NACL_SANDBOX_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698