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

Unified Diff: content/common/media/cdm_info.cc

Issue 2582463003: media: Verify CDM Host files (Closed)
Patch Set: comments addressed Created 3 years, 11 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 | « content/common/media/cdm_host_files.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/media/cdm_info.cc
diff --git a/content/common/media/cdm_info.cc b/content/common/media/cdm_info.cc
index 0a3a7b1f56ee7687e94cf098cdc11557fffa8dd3..3dbdcdab98cdb4a1331dc35b5b2c01c3bc1e7f54 100644
--- a/content/common/media/cdm_info.cc
+++ b/content/common/media/cdm_info.cc
@@ -19,4 +19,10 @@ CdmInfo::CdmInfo(const CdmInfo& other) = default;
CdmInfo::~CdmInfo() {}
+CdmHostFilePath::CdmHostFilePath(const base::FilePath& file_path,
+ const base::FilePath& sig_file_path)
+ : file_path(file_path), sig_file_path(sig_file_path) {}
+
+CdmHostFilePath::~CdmHostFilePath() {}
+
} // namespace content
« no previous file with comments | « content/common/media/cdm_host_files.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698