13 lines
494 B
C++
13 lines
494 B
C++
// 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.
|
|
|
|
#include "chrome/common/widevine_cdm_constants.h"
|
|
|
|
#include "build/build_config.h"
|
|
#include "ppapi/shared_impl/ppapi_permissions.h"
|
|
|
|
const char kWidevineCdmPluginExtension[] = "";
|
|
|
|
const int32_t kWidevineCdmPluginPermissions = ppapi::PERMISSION_DEV |
|
|
ppapi::PERMISSION_PRIVATE;
|