Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1457)

Unified Diff: content/renderer/media/crypto/proxy_decryptor.h

Issue 448893002: Update ClearKey to support CDM_6 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cdm6
Patch Set: rebase now that CDM_6 in Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698