ExtensionInstallDialogView: fix scrolling behavior on Views (Win,Linux)
[chromium-blink-merge.git] / components / nacl / common / nacl_constants.cc
blobd3a8a63dcdc7fc538e2d9f36f9974425f1c5af82
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 #include "components/nacl/common/nacl_constants.h"
7 #include "base/files/file_path.h"
9 namespace nacl {
11 const char kNaClPluginName[] = "Native Client";
13 const char kNaClPluginMimeType[] = "application/x-nacl";
14 const char kNaClPluginExtension[] = "";
15 const char kNaClPluginDescription[] = "Native Client Executable";
17 const char kPnaclPluginMimeType[] = "application/x-pnacl";
18 const char kPnaclPluginExtension[] = "";
19 const char kPnaclPluginDescription[] = "Portable Native Client Executable";
21 const base::FilePath::CharType kInternalNaClPluginFileName[] =
22 FILE_PATH_LITERAL("internal-nacl-plugin");
24 } // namespace nacl