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

Unified Diff: chrome/common/chrome_media_client_android.cc

Issue 2756333002: Rename MediaClientAndroid to MediaDrmBridgeClient (Closed)
Patch Set: Fix .h guards Created 3 years, 9 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_media_client_android.h ('k') | chrome/common/media/chrome_media_drm_bridge_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_media_client_android.cc
diff --git a/chrome/common/chrome_media_client_android.cc b/chrome/common/chrome_media_client_android.cc
deleted file mode 100644
index 3aca17d13822aefb4a3072706df1aaa7f414d143..0000000000000000000000000000000000000000
--- a/chrome/common/chrome_media_client_android.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2015 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.
-
-#include "chrome/common/chrome_media_client_android.h"
-
-ChromeMediaClientAndroid::ChromeMediaClientAndroid() {}
-
-ChromeMediaClientAndroid::~ChromeMediaClientAndroid() {}
-
-media::MediaDrmBridgeDelegate*
-ChromeMediaClientAndroid::GetMediaDrmBridgeDelegate(
- const std::vector<uint8_t>& scheme_uuid) {
- if (scheme_uuid == widevine_delegate_.GetUUID())
- return &widevine_delegate_;
- return nullptr;
-}
« no previous file with comments | « chrome/common/chrome_media_client_android.h ('k') | chrome/common/media/chrome_media_drm_bridge_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698