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

Unified Diff: media/cdm/cdm_paths.h

Issue 2048523002: Fix base::GetNativeLibraryName() for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native_lib_clean
Patch Set: rebase Created 4 years, 6 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
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | media/cdm/cdm_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/cdm_paths.h
diff --git a/media/cdm/cdm_paths.h b/media/cdm/cdm_paths.h
index 23733463b9d7688487e481f01dd4a10014d7488f..8ae6fe05b41f93393a6720303826a21153cf1450 100644
--- a/media/cdm/cdm_paths.h
+++ b/media/cdm/cdm_paths.h
@@ -11,6 +11,9 @@
namespace media {
+// Name of the ClearKey CDM library.
+extern const char kClearKeyCdmLibraryName[];
+
// Returns the path of a CDM relative to DIR_COMPONENTS.
// On platforms where a platform specific path is used, returns
// |cdm_base_path|/_platform_specific/<platform>_<arch>
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | media/cdm/cdm_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698