Index: components/cdm/browser/cdm_message_filter_android.h |
diff --git a/components/cdm/browser/cdm_message_filter_android.h b/components/cdm/browser/cdm_message_filter_android.h |
index 47aa44507b430a3802896447a2c1334f9a410c19..1014fb2258ac35f56f729ac8d84d143584ac3c43 100644 |
--- a/components/cdm/browser/cdm_message_filter_android.h |
+++ b/components/cdm/browser/cdm_message_filter_android.h |
@@ -29,10 +29,11 @@ class CdmMessageFilterAndroid |
const IPC::Message& message, |
content::BrowserThread::ID* thread) OVERRIDE; |
- // Retrieve the supported key systems. |
- void OnGetSupportedKeySystems( |
- const SupportedKeySystemRequest& request, |
- SupportedKeySystemResponse* response); |
+ // Query the key system information. |
+ void OnQueryKeySystemInfo(const SupportedKeySystemRequest& request, |
ddorwin
2014/06/11 01:54:01
On further thought, s/Info/Support/. That includes
ycheo (away)
2014/06/11 07:43:43
Done.
|
+ SupportedKeySystemResponse* response); |
+ |
+ void OnGetPlatformKeySystemNames(std::vector<std::string>* key_systems); |
DISALLOW_COPY_AND_ASSIGN(CdmMessageFilterAndroid); |
}; |