| // Copyright 2013 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 ANDROID_WEBVIEW_RENDERER_AW_KEY_SYSTEMS_H_ |
| #define ANDROID_WEBVIEW_RENDERER_AW_KEY_SYSTEMS_H_ |
| |
| #include <memory> |
| #include <vector> |
| |
| #include "media/base/key_system_properties.h" |
| |
| namespace android_webview { |
| |
| void AwAddKeySystems(std::vector<std::unique_ptr<media::KeySystemProperties>>* |
| key_systems_properties); |
| |
| } // namespace android_webview |
| |
| #endif // ANDROID_WEBVIEW_RENDERER_AW_KEY_SYSTEMS_H_ |