summaryrefslogtreecommitdiffstats
path: root/components/cdm/browser/cdm_message_filter_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/cdm/browser/cdm_message_filter_android.h')
-rw-r--r--components/cdm/browser/cdm_message_filter_android.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/components/cdm/browser/cdm_message_filter_android.h b/components/cdm/browser/cdm_message_filter_android.h
index 47aa445..5388648 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 OnQueryKeySystemSupport(const SupportedKeySystemRequest& request,
+ SupportedKeySystemResponse* response);
+
+ void OnGetPlatformKeySystemNames(std::vector<std::string>* key_systems);
DISALLOW_COPY_AND_ASSIGN(CdmMessageFilterAndroid);
};