Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: third_party/widevine/cdm/widevine_cdm_version.h

Issue 772043004: Replace WIDEVINE_CDM_AVAILABLE with a gyp define 'enable_widevine_cdm'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix #endif Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/widevine/cdm/widevine_cdm_common.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/widevine/cdm/widevine_cdm_version.h
diff --git a/third_party/widevine/cdm/widevine_cdm_version.h b/third_party/widevine/cdm/widevine_cdm_version.h
index 08aa5b9e9404c15604e0ea208e9ed3e5948270eb..2196eaf85bebc533d7de403084307a0712913b62 100644
--- a/third_party/widevine/cdm/widevine_cdm_version.h
+++ b/third_party/widevine/cdm/widevine_cdm_version.h
@@ -3,15 +3,14 @@
// found in the LICENSE file.
// This is a stand-in for a generated file that is available when the
-// Widevine CDM is available.
+// Widevine CDM is available. To inquire about obtaining and distributing
+// Widevine, contact widevine@google.com.
#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:
-// - WIDEVINE_CDM_AVAILABLE (to indicate availability), and
-// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
-// as a string, e.g., "1.0.123.456").
+// third_party/widevine/cdm/widevine_cdm_common.h and define
+// WIDEVINE_CDM_VERSION_STRING as the version of the CDM, eg. "1.0.123.456".
#endif // WIDEVINE_CDM_VERSION_H_
« no previous file with comments | « third_party/widevine/cdm/widevine_cdm_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698