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

Unified Diff: ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc

Issue 193313002: Pepper: Move GetSandboxISA() to PPB_NaCl_Private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nacl_interface threading fix Created 6 years, 9 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
« no previous file with comments | « ppapi/c/private/ppb_nacl_private.h ('k') | ppapi/native_client/src/trusted/plugin/arch_mips/sandbox_isa.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc
diff --git a/ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc b/ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc
deleted file mode 100644
index 108f49be22689bef0a0372247fbadd846a24d8a7..0000000000000000000000000000000000000000
--- a/ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2012 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.
-
-#include "ppapi/native_client/src/trusted/plugin/nexe_arch.h"
-
-namespace {
-// The list of supported ISA strings for ARM. See issue:
-// http://code.google.com/p/nativeclient/issues/detail?id=1040 for more
-// information. Note that these string are to be case-insensitive compared.
-const char* const kNexeArchARM = "arm";
-} // namespace
-
-namespace plugin {
-const char* GetSandboxISA() {
- return kNexeArchARM;
-}
-} // namespace plugin
« no previous file with comments | « ppapi/c/private/ppb_nacl_private.h ('k') | ppapi/native_client/src/trusted/plugin/arch_mips/sandbox_isa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698