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.
|
|
|
|
|
|
|
|
#include "chrome/common/widevine_cdm_constants.h"
|
|
|
|
|
|
|
|
#include "build/build_config.h"
|
|
|
|
#include "ppapi/shared_impl/ppapi_permissions.h"
|
|
|
|
|
|
|
|
const char kWidevineCdmPluginExtension[] = "";
|
|
|
|
|
2016-03-08 14:28:53 +00:00
|
|
|
const int32_t kWidevineCdmPluginPermissions = ppapi::PERMISSION_DEV |
|
|
|
|
ppapi::PERMISSION_PRIVATE;
|