From 2af3e370192e72abab6db1fd8e2febc36bf22934 Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Sun, 28 Apr 2013 00:22:49 +0000 Subject: Revert r196939 "Add Widevine CDM component installer." > Add Widevine CDM component installer. > > This CL adds a component installer for Widevine CDM on Windows and Mac. Note that it uses a fake extension ID which will be replaced when we have the real one. Also the component is not registered in chrome_browser_main.cc yet. We need to have the real CDMs uploaded to the server to fully test and enable this feature. > > BUG=180260 > TEST=Tested local operations (registering plugin, remove old versions, etc) on Linux without sandbox. Will need to test against the server later Reason: Broke chrome linux build http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux/builds/29780 LINK(target) out/Release/test_shell: Finished LINK(target) out/Release/content_unittests: Finished out/Release/obj.target/chrome/../common_constants/chrome/common/chrome_paths.o: In function `.L43': /b/build/slave/google-chrome-rel-linux/build/src/chrome/common/chrome_paths.cc:363: undefined reference to `kWidevineCdmBaseDirectory' collect2: ld returned 1 exit status make: *** [out/Release/remoting_unittests] Error 1 LINK(target) out/Release/content_shell: Finished TOUCH out/Release/obj.target/content/content_shell_builder.stamp TBR=xhwang@chromium.org BUG=180260 Review URL: https://codereview.chromium.org/14417012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196973 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/widevine/cdm/widevine_cdm_common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'third_party') diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h index 9f86a23..6ba1cf5 100644 --- a/third_party/widevine/cdm/widevine_cdm_common.h +++ b/third_party/widevine/cdm/widevine_cdm_common.h @@ -9,9 +9,6 @@ // This file defines constants common to all Widevine CDM versions. -// Widevine CDM version contains 4 components, e.g. 1.4.0.195. -const int kWidevineCdmVersionNumComponents = 4; - // "alpha" is a temporary name until a convention is defined. const char kWidevineKeySystem[] = "com.widevine.alpha"; -- cgit v1.1