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

Unified Diff: chrome/browser/media/pepper_cdm_test_helper.h

Issue 2001953002: Revert of media: Use platform specific folders for CDMs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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
Index: chrome/browser/media/pepper_cdm_test_helper.h
diff --git a/chrome/browser/media/pepper_cdm_test_helper.h b/chrome/browser/media/pepper_cdm_test_helper.h
index 87e766ff7b006f49fd1ddd957b9cb37fe4581062..d5ff9b4de461d987d6e4857e3ade64ebf7a2dce4 100644
--- a/chrome/browser/media/pepper_cdm_test_helper.h
+++ b/chrome/browser/media/pepper_cdm_test_helper.h
@@ -13,14 +13,11 @@
class CommandLine;
}
-// Base path for Clear Key CDM (relative to the chrome executable).
-extern const char kClearKeyCdmBaseDirectory[];
+// Display name for Clear Key CDM.
+extern const char kClearKeyCdmDisplayName[];
// Platform-specific filename relative to kClearKeyCdmBaseDirectory.
extern const char kClearKeyCdmAdapterFileName[];
-
-// Display name for Clear Key CDM.
-extern const char kClearKeyCdmDisplayName[];
// Pepper type for Clear Key CDM.
extern const char kClearKeyCdmPepperMimeType[];
@@ -30,7 +27,6 @@
// Multiple results may be passed to kRegisterPepperPlugins, separated by ",".
// The CDM adapter should be located in DIR_MODULE.
base::FilePath::StringType BuildPepperCdmRegistration(
- const std::string& adapter_base_dir,
const std::string& adapter_file_name,
const std::string& display_name,
const std::string& mime_type,
@@ -38,7 +34,6 @@
// Registers pepper CDM in |command_line|.
void RegisterPepperCdm(base::CommandLine* command_line,
- const std::string& adapter_base_dir,
const std::string& adapter_file_name,
const std::string& display_name,
const std::string& mime_type,
« no previous file with comments | « chrome/browser/media/encrypted_media_supported_types_browsertest.cc ('k') | chrome/browser/media/pepper_cdm_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698