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

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

Issue 150203014: Prefixed EME: Fire special KeyError when a persistent session is closed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | content/renderer/media/crypto/proxy_decryptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4d1e7c76a9e99e8a8842e6d3757d6c2ff60154d2..1256ada4d8ac553206355516cb406b8ec44728fb 100644
--- a/content/renderer/media/crypto/proxy_decryptor.h
+++ b/content/renderer/media/crypto/proxy_decryptor.h
@@ -6,6 +6,7 @@
#define CONTENT_RENDERER_MEDIA_CRYPTO_PROXY_DECRYPTOR_H_
#include <map>
+#include <set>
#include <string>
#include <vector>
@@ -141,6 +142,8 @@ class ProxyDecryptor {
SessionIdMap sessions_;
+ std::set<uint32> persistent_sessions_;
+
bool is_clear_key_;
DISALLOW_COPY_AND_ASSIGN(ProxyDecryptor);
« no previous file with comments | « no previous file | content/renderer/media/crypto/proxy_decryptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698