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

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: 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 e8f5b131d3f08a65e2f990b803d14693671b6f7d..2396b0c840e857340aec0c04d6e3bdabe04121d7 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -243,7 +243,7 @@ class WebMediaPlayerImpl
const std::string& session_id,
scoped_array<uint8> message,
int message_length,
- 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