| 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;
|
| -}
|
|
|