| Index: ppapi/cpp/private/content_decryptor_private.h
|
| diff --git a/ppapi/cpp/private/content_decryptor_private.h b/ppapi/cpp/private/content_decryptor_private.h
|
| index 1b18b3ad7776ca5e00c2d6f123be197d5c85aea5..18d2367fc4beafa54a7136ec80c0c24d154c16a0 100644
|
| --- a/ppapi/cpp/private/content_decryptor_private.h
|
| +++ b/ppapi/cpp/private/content_decryptor_private.h
|
| @@ -34,7 +34,8 @@ class ContentDecryptor_Private {
|
| // TODO(tomfinegan): This could be optimized to pass pp::Var instead of
|
| // strings. The change would allow the CDM wrapper to reuse vars when
|
| // replying to the browser.
|
| - virtual void Initialize(const std::string& key_system,
|
| + virtual void Initialize(uint32_t promise_id,
|
| + const std::string& key_system,
|
| bool allow_distinctive_identifier,
|
| bool allow_persistent_state) = 0;
|
| virtual void SetServerCertificate(uint32_t promise_id,
|
|
|