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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_COMMON_MEDIA_CDM_HOST_FILE_PATH_H_
6 #define CHROME_COMMON_MEDIA_CDM_HOST_FILE_PATH_H_
7
8 #include <vector>
9
10 #include "content/public/common/cdm_info.h"
11
12 namespace chrome {
13
14 // Gets a list of CDM host file paths and put them in |cdm_host_file_paths|.
15 void AddCdmHostFilePaths(
16 std::vector<content::CdmHostFilePath>* cdm_host_file_paths);
17
18 } // namespace chrome
19
20 #endif // CHROME_COMMON_MEDIA_CDM_HOST_FILE_PATH_H_
OLDNEW
« 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