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

Unified Diff: trunk/src/content/browser/media/android/browser_media_player_manager.h

Issue 180843008: Revert 253665 "Rename MediaKeys*Msg to Cdm*Msg." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | trunk/src/content/browser/media/android/browser_media_player_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/browser/media/android/browser_media_player_manager.h
===================================================================
--- trunk/src/content/browser/media/android/browser_media_player_manager.h (revision 253672)
+++ trunk/src/content/browser/media/android/browser_media_player_manager.h (working copy)
@@ -142,7 +142,7 @@
const GURL& frame_url);
void OnCreateSession(int media_keys_id,
uint32 session_id,
- CdmHostMsg_CreateSession_Type content_type,
+ MediaKeysHostMsg_CreateSession_Type content_type,
const std::vector<uint8>& init_data);
void OnUpdateSession(int media_keys_id,
uint32 session_id,
@@ -181,7 +181,7 @@
private:
// If |permitted| is false, it does nothing but send
- // |CdmMsg_SessionError| IPC message.
+ // |MediaKeysMsg_SessionError| IPC message.
// The primary use case is infobar permission callback, i.e., when infobar
// can decide user's intention either from interacting with the actual info
// bar or from the saved preference.
« no previous file with comments | « no previous file | trunk/src/content/browser/media/android/browser_media_player_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698