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

Unified Diff: chromecast/media/cdm/browser_cdm_cast.h

Issue 903663002: Encrypted Media: Replace web_session_id with session_id (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | chromecast/media/cdm/browser_cdm_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cdm/browser_cdm_cast.h
diff --git a/chromecast/media/cdm/browser_cdm_cast.h b/chromecast/media/cdm/browser_cdm_cast.h
index 66c1794601f376685d9f1fa04921e4777d77d776..8f4ab6a4643f5f96c29a14513a4b82a5789d462c 100644
--- a/chromecast/media/cdm/browser_cdm_cast.h
+++ b/chromecast/media/cdm/browser_cdm_cast.h
@@ -52,11 +52,11 @@ class BrowserCdmCast : public ::media::BrowserCdm {
const std::string& key_id) const = 0;
protected:
- void OnSessionMessage(const std::string& web_session_id,
+ void OnSessionMessage(const std::string& session_id,
const std::vector<uint8>& message,
const GURL& destination_url);
- void OnSessionClosed(const std::string& web_session_id);
- void OnSessionKeysChange(const std::string& web_session_id,
+ void OnSessionClosed(const std::string& session_id);
+ void OnSessionKeysChange(const std::string& session_id,
const ::media::KeyIdAndKeyPairs& keys);
private:
« no previous file with comments | « no previous file | chromecast/media/cdm/browser_cdm_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698