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..0438fa200010e176c0e35d668fe849477abc3800 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 persistent, |
ddorwin
2014/08/08 23:36:23
is_new_persistent_session
jrummell
2014/08/11 18:59:03
Done.
|
+ bool load_session, |
ddorwin
2014/08/08 23:36:23
is_loaded_session
jrummell
2014/08/11 18:59:03
Done.
|
+ const std::string& web_session_id); |
#if defined(ENABLE_PEPPER_CDMS) |
// Callback to create the Pepper plugin. |