Chromium Code Reviews| Index: content/renderer/media/crypto/proxy_decryptor.h |
| diff --git a/content/renderer/media/crypto/proxy_decryptor.h b/content/renderer/media/crypto/proxy_decryptor.h |
| index e4fd7eace5e7fb2574acb546eedb6ff8b02b136d..35b2ee9fbd127142f7d5a82734188416a51c76ed 100644 |
| --- a/content/renderer/media/crypto/proxy_decryptor.h |
| +++ b/content/renderer/media/crypto/proxy_decryptor.h |
| @@ -97,7 +97,9 @@ class ProxyDecryptor { |
| const std::string& error_message); |
| // Called when a session is actually created or loaded. |
| - void SetSessionId(bool persistent, const std::string& web_session_id); |
| + void SetSessionId(bool is_new_persistent_session, |
|
ddorwin
2014/08/11 20:34:16
Since these can never both be true, we should prob
jrummell
2014/08/13 21:18:06
Done.
|
| + bool is_loaded_session, |
| + const std::string& web_session_id); |
| #if defined(ENABLE_PEPPER_CDMS) |
| // Callback to create the Pepper plugin. |