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

Side by Side Diff: components/nacl/renderer/sandbox_arch.h

Issue 399983002: Pepper: Refactor cpu feature attributes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for bbudge Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Routines for determining the most appropriate NaCl executable for
6 // the current CPU's architecture.
7
8 #ifndef COMPONENTS_NACL_RENDERER_SANDBOX_ARCH_H
9 #define COMPONENTS_NACL_RENDERER_SANDBOX_ARCH_H
10
11 namespace nacl {
12 // Returns the kind of SFI sandbox implemented by NaCl on this
13 // platform. See the implementation in sandbox_arch.cc for possible
14 // values.
15 const char* GetSandboxArch();
16 } // namespace nacl
17
18 #endif // COMPONENTS_NACL_RENDERER_SANDBOX_ARCH_H
OLDNEW
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | components/nacl/renderer/sandbox_arch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698