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

Unified Diff: webkit/media/webmediaplayer_impl.h

Issue 11469040: EME v0.1: Report defaultURL in KeyMessage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updates and added test Created 8 years 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: webkit/media/webmediaplayer_impl.h
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
index dc02de3c1f565c0abd53f797f2d98c3f21d838b1..653041a1e76ef750c3852b5a0b9de983777b3c46 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -242,7 +242,7 @@ class WebMediaPlayerImpl
void OnKeyMessage(const std::string& key_system,
const std::string& session_id,
const std::string& message,
- const std::string& default_url);
+ const GURL& default_url);
void OnNeedKey(const std::string& key_system,
const std::string& type,
const std::string& session_id,

Powered by Google App Engine
This is Rietveld 408576698