Impelent signature generation for supervised user passwords.
[chromium-blink-merge.git] / components / nacl / renderer / sandbox_arch.h
blobe139b040bfeb0b108806be5f9b05acbdaec8024a
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.
5 // Routines for determining the most appropriate NaCl executable for
6 // the current CPU's architecture.
8 #ifndef COMPONENTS_NACL_RENDERER_SANDBOX_ARCH_H
9 #define COMPONENTS_NACL_RENDERER_SANDBOX_ARCH_H
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
18 #endif // COMPONENTS_NACL_RENDERER_SANDBOX_ARCH_H