widevine_cdm_constants.h 525 B

1234567891011121314151617
  1. // Copyright (c) 2013 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. #ifndef CHROME_COMMON_WIDEVINE_CDM_CONSTANTS_H_
  5. #define CHROME_COMMON_WIDEVINE_CDM_CONSTANTS_H_
  6. #include "base/files/file_path.h"
  7. #include "base/macros.h"
  8. extern const char kWidevineCdmPluginExtension[];
  9. // Permission bits for Widevine CDM plugin.
  10. extern const int32_t kWidevineCdmPluginPermissions;
  11. #endif // CHROME_COMMON_WIDEVINE_CDM_CONSTANTS_H_