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

Unified Diff: chrome/common/media/cdm_host_file_path.h

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 | « chrome/common/chrome_content_client.cc ('k') | chrome/common/media/cdm_host_file_path.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/media/cdm_host_file_path.h
diff --git a/chrome/common/media/cdm_host_file_path.h b/chrome/common/media/cdm_host_file_path.h
new file mode 100644
index 0000000000000000000000000000000000000000..3495536a26dc44e4f2697a1c190112c3027c8fc4
--- /dev/null
+++ b/chrome/common/media/cdm_host_file_path.h
@@ -0,0 +1,20 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_COMMON_MEDIA_CDM_HOST_FILE_PATH_H_
+#define CHROME_COMMON_MEDIA_CDM_HOST_FILE_PATH_H_
+
+#include <vector>
+
+#include "content/public/common/cdm_info.h"
+
+namespace chrome {
+
+// Gets a list of CDM host file paths and put them in |cdm_host_file_paths|.
+void AddCdmHostFilePaths(
+ std::vector<content::CdmHostFilePath>* cdm_host_file_paths);
+
+} // namespace chrome
+
+#endif // CHROME_COMMON_MEDIA_CDM_HOST_FILE_PATH_H_
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | chrome/common/media/cdm_host_file_path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698