diff options
Diffstat (limited to 'chrome/common/chrome_paths.cc')
-rw-r--r-- | chrome/common/chrome_paths.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc index abe5da3..b91ffe3 100644 --- a/chrome/common/chrome_paths.cc +++ b/chrome/common/chrome_paths.cc @@ -13,7 +13,6 @@ #include "base/version.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_paths_internal.h" -#include "chrome/common/widevine_cdm_constants.h" #include "ui/base/ui_base_paths.h" #if defined(OS_ANDROID) @@ -355,13 +354,6 @@ bool PathProvider(int key, base::FilePath* result) { break; #endif #if defined(WIDEVINE_CDM_AVAILABLE) - // TODO(xhwang): DIR_WIDEVINE_CDM is used for Win/Mac/Linux and - // FILE_WIDEVINE_CDM_PLUGIN is used for ChromeOS. Unify them! - case chrome::DIR_WIDEVINE_CDM: - if (!GetInternalPluginsDirectory(&cur)) - return false; - cur = cur.Append(kWidevineCdmBaseDirectory); - break; case chrome::FILE_WIDEVINE_CDM_PLUGIN: if (!GetInternalPluginsDirectory(&cur)) return false; |