summaryrefslogtreecommitdiffstats
path: root/third_party/widevine/cdm
diff options
context:
space:
mode:
authorddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-01 23:22:42 +0000
committerddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-01 23:22:42 +0000
commitb9e955d96fa9e579d0ed82e81b30676cedf45d3f (patch)
tree9c86c03f8455e326346f91ebb879c2ff865cf64a /third_party/widevine/cdm
parentc8ea643250cf5d2f3baa4e0d56a41d37a76c3b7c (diff)
downloadchromium_src-b9e955d96fa9e579d0ed82e81b30676cedf45d3f.zip
chromium_src-b9e955d96fa9e579d0ed82e81b30676cedf45d3f.tar.gz
chromium_src-b9e955d96fa9e579d0ed82e81b30676cedf45d3f.tar.bz2
Update the Widevine CDM name.
BUG=179510 Review URL: https://codereview.chromium.org/12381031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185615 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/widevine/cdm')
-rw-r--r--third_party/widevine/cdm/widevine_cdm_common.h11
-rw-r--r--third_party/widevine/cdm/widevine_cdm_version.h6
2 files changed, 9 insertions, 8 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h
index e782c3b..6ba1cf5 100644
--- a/third_party/widevine/cdm/widevine_cdm_common.h
+++ b/third_party/widevine/cdm/widevine_cdm_common.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WIDEVINE_CDM_COMMON_H_INCLUDED_
-#define WIDEVINE_CDM_COMMON_H_INCLUDED_
+#ifndef WIDEVINE_CDM_WIDEVINE_CDM_COMMON_H_
+#define WIDEVINE_CDM_WIDEVINE_CDM_COMMON_H_
#include "base/files/file_path.h"
@@ -12,12 +12,13 @@
// "alpha" is a temporary name until a convention is defined.
const char kWidevineKeySystem[] = "com.widevine.alpha";
-const char kWidevineCdmPluginName[] = "Widevine HTML CDM";
+const char kWidevineCdmPluginName[] = "Widevine Content Decryption Module";
// Will be parsed as HTML.
const char kWidevineCdmPluginDescription[] =
"Enables Widevine licenses for playback of HTML audio/video content.";
const char kWidevineCdmPluginMimeType[] ="application/x-ppapi-widevine-cdm";
-const char kWidevineCdmPluginMimeTypeDescription[] = "Widevine HTML CDM";
+const char kWidevineCdmPluginMimeTypeDescription[] =
+ "Widevine Content Decryption Module";
// File name of the plugin on different platforms.
const base::FilePath::CharType kWidevineCdmPluginFileName[] =
@@ -29,4 +30,4 @@ const base::FilePath::CharType kWidevineCdmPluginFileName[] =
FILE_PATH_LITERAL("libwidevinecdmadapter.so");
#endif
-#endif // WIDEVINE_CDM_COMMON_H_INCLUDED_
+#endif // WIDEVINE_CDM_WIDEVINE_CDM_COMMON_H_
diff --git a/third_party/widevine/cdm/widevine_cdm_version.h b/third_party/widevine/cdm/widevine_cdm_version.h
index c3b624f..08aa5b9 100644
--- a/third_party/widevine/cdm/widevine_cdm_version.h
+++ b/third_party/widevine/cdm/widevine_cdm_version.h
@@ -5,8 +5,8 @@
// This is a stand-in for a generated file that is available when the
// Widevine CDM is available.
-#ifndef WIDEVINE_CDM_VERSION_H_INCLUDED_
-#define WIDEVINE_CDM_VERSION_H_INCLUDED_
+#ifndef WIDEVINE_CDM_VERSION_H_
+#define WIDEVINE_CDM_VERSION_H_
// If the Widevine CDM were available, we would include
// third_party/widevine/cdm/widevine_cdm_common.h and define two things:
@@ -14,4 +14,4 @@
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
// as a string, e.g., "1.0.123.456").
-#endif // WIDEVINE_CDM_VERSION_H_INCLUDED_
+#endif // WIDEVINE_CDM_VERSION_H_