Chromium Code Reviews| Index: android_webview/renderer/aw_key_systems.h |
| diff --git a/android_webview/renderer/aw_key_systems.h b/android_webview/renderer/aw_key_systems.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..77b05d39fe99cb99b413d8affe815d1c8b124c33 |
| --- /dev/null |
| +++ b/android_webview/renderer/aw_key_systems.h |
| @@ -0,0 +1,12 @@ |
| +// 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 "content/public/renderer/key_system_info.h" |
| + |
|
qinmin
2013/11/22 18:36:34
namespace android_webview ?
ycheo (away)
2013/11/23 01:27:19
Done.
|
| +void AwAddKeySystems(std::vector<content::KeySystemInfo>* key_systems_info); |
| + |
| +#endif // ANDROID_WEBVIEW_RENDERER_AW_KEY_SYSTEMS_H_ |