2015-12-16 10:06:38 +00:00
|
|
|
// 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_
|
|
|
|
|
2016-03-08 14:28:53 +00:00
|
|
|
#include "base/macros.h"
|
2015-12-16 10:06:38 +00:00
|
|
|
#include "base/files/file_path.h"
|
|
|
|
|
|
|
|
extern const char kWidevineCdmPluginExtension[];
|
|
|
|
|
|
|
|
// Permission bits for Widevine CDM plugin.
|
2016-03-08 14:28:53 +00:00
|
|
|
extern const int32_t kWidevineCdmPluginPermissions;
|
2015-12-16 10:06:38 +00:00
|
|
|
|
|
|
|
#endif // CHROME_COMMON_WIDEVINE_CDM_CONSTANTS_H_
|