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

Side by Side Diff: chromecast/renderer/media/key_systems_cast.h

Issue 2712983004: Simplify/Cleanup MediaClient (Closed)
Patch Set: Fix test leak Created 3 years, 8 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 | « chromecast/renderer/media/BUILD.gn ('k') | chromecast/renderer/media/key_systems_cast.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROMECAST_RENDERER_KEY_SYSTEMS_CAST_H_ 5 #ifndef CHROMECAST_RENDERER_MEDIA_KEY_SYSTEMS_CAST_H_
6 #define CHROMECAST_RENDERER_KEY_SYSTEMS_CAST_H_ 6 #define CHROMECAST_RENDERER_MEDIA_KEY_SYSTEMS_CAST_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <vector> 9 #include <vector>
10 10
11 namespace media { 11 namespace media {
12 class KeySystemProperties; 12 class KeySystemProperties;
13 } 13 }
14 14
15 namespace chromecast { 15 namespace chromecast {
16 namespace shell { 16 namespace media {
17 17
18 void AddChromecastKeySystems( 18 void AddChromecastKeySystems(
19 std::vector<std::unique_ptr<::media::KeySystemProperties>>* 19 std::vector<std::unique_ptr<::media::KeySystemProperties>>*
20 key_systems_properties, 20 key_systems_properties,
21 bool enable_persistent_license_support, 21 bool enable_persistent_license_support,
22 bool force_software_crypto); 22 bool force_software_crypto);
23 23
24 } // namespace shell 24 } // namespace media
25 } // namespace chromecast 25 } // namespace chromecast
26 26
27 #endif // CHROMECAST_RENDERER_KEY_SYSTEMS_CAST_H_ 27 #endif // CHROMECAST_RENDERER_MEDIA_KEY_SYSTEMS_CAST_H_
OLDNEW
« no previous file with comments | « chromecast/renderer/media/BUILD.gn ('k') | chromecast/renderer/media/key_systems_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698