| 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..a67e89a04c965f7a643f61a5ee3f79439181172f 100644
|
| --- a/content/public/renderer/key_system_info.h
|
| +++ b/content/public/renderer/key_system_info.h
|
| @@ -55,8 +55,6 @@ struct CONTENT_EXPORT KeySystemInfo {
|
| bool use_aes_decryptor;
|
| #if defined(ENABLE_PEPPER_CDMS)
|
| std::string pepper_type;
|
| -#elif defined(OS_ANDROID)
|
| - std::vector<uint8> uuid;
|
| #endif
|
| };
|
|
|
|
|