summaryrefslogtreecommitdiffstats
path: root/chrome/common/widevine_cdm_constants.h
blob: 60761bd00f074a1966b5c75d25ad4bfe2cc6952d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (c) 2013 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.

#ifndef CHROME_COMMON_WIDEVINE_CDM_CONSTANTS_H_
#define CHROME_COMMON_WIDEVINE_CDM_CONSTANTS_H_

#include <stdint.h>

#include "base/files/file_path.h"

extern const char kWidevineCdmPluginExtension[];

// Permission bits for Widevine CDM plugin.
extern const int32_t kWidevineCdmPluginPermissions;

#endif  // CHROME_COMMON_WIDEVINE_CDM_CONSTANTS_H_