Chromium Code Reviews| Index: content/public/renderer/key_system_info.h |
| diff --git a/content/public/renderer/key_system_info.h b/content/public/renderer/key_system_info.h |
| index 09dedc607f1a3df2dc4d2cd9ebfbe1e74ee9ad4d..03238c86710c2db460fe4e034c080a5c8edeb4cb 100644 |
| --- a/content/public/renderer/key_system_info.h |
| +++ b/content/public/renderer/key_system_info.h |
| @@ -57,6 +57,8 @@ struct CONTENT_EXPORT KeySystemInfo { |
| std::string pepper_type; |
| #elif defined(OS_ANDROID) |
| std::vector<uint8> uuid; |
| + // TODO(qinmin): this maybe replaced by a new key_system string. |
|
ddorwin
2013/09/16 17:58:10
Yes. We would create a different key system string
qinmin
2013/09/17 21:26:23
will wait for that CL to land
On 2013/09/16 17:58:
|
| + bool video_composition_enabled; |
| #endif |
| }; |