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

Unified Diff: chromecast/renderer/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/renderer/cast_content_renderer_client.cc ('k') | chromecast/renderer/key_systems_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/key_systems_cast.h
diff --git a/chromecast/renderer/key_systems_cast.h b/chromecast/renderer/key_systems_cast.h
deleted file mode 100644
index 5b524ed8188844f7bdae4dfd33d144ed0b794f75..0000000000000000000000000000000000000000
--- a/chromecast/renderer/key_systems_cast.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2014 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 CHROMECAST_RENDERER_KEY_SYSTEMS_CAST_H_
-#define CHROMECAST_RENDERER_KEY_SYSTEMS_CAST_H_
-
-#include <memory>
-#include <vector>
-
-namespace media {
-class KeySystemProperties;
-}
-
-namespace chromecast {
-namespace shell {
-
-void AddChromecastKeySystems(
- std::vector<std::unique_ptr<::media::KeySystemProperties>>*
- key_systems_properties,
- bool enable_persistent_license_support,
- bool force_software_crypto);
-
-} // namespace shell
-} // namespace chromecast
-
-#endif // CHROMECAST_RENDERER_KEY_SYSTEMS_CAST_H_
« no previous file with comments | « chromecast/renderer/cast_content_renderer_client.cc ('k') | chromecast/renderer/key_systems_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698