[Android] Clean up DeviceUtils usage in tombstones.py.
[chromium-blink-merge.git] / chromecast / browser / media / cast_browser_cdm_factory_simple.cc
blobd9ebda176e15234b4aca6b9f1216a035f144bba1
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
3 // found in the LICENSE file.
5 #include "chromecast/browser/media/cast_browser_cdm_factory.h"
7 #include "chromecast/media/cdm/browser_cdm_cast.h"
9 namespace chromecast {
10 namespace media {
12 scoped_ptr<BrowserCdmCast> CreatePlatformBrowserCdm(
13 const CastKeySystem& key_system) {
14 return scoped_ptr<BrowserCdmCast>();
17 } // namespace media
18 } // namespace chromecast