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

Unified Diff: webkit/media/android/webmediaplayer_impl_android.cc

Issue 12595005: Parsing filesystem url before giving it to media player (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase change Created 7 years, 9 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 | « media/media.gyp ('k') | webkit/media/android/webmediaplayer_in_process_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/android/webmediaplayer_impl_android.cc
diff --git a/webkit/media/android/webmediaplayer_impl_android.cc b/webkit/media/android/webmediaplayer_impl_android.cc
index fe4d0a5589fde7e501e372cc2b04e19053cc73b9..063508707529106af017e21628ab85a9cca2fdcf 100644
--- a/webkit/media/android/webmediaplayer_impl_android.cc
+++ b/webkit/media/android/webmediaplayer_impl_android.cc
@@ -57,7 +57,7 @@ bool WebMediaPlayerImplAndroid::canEnterFullscreen() const {
void WebMediaPlayerImplAndroid::InitializeMediaPlayer(GURL url) {
GURL first_party_url = frame_->document().firstPartyForCookies();
if (proxy_) {
- proxy_->Initialize(player_id(), url.spec(), first_party_url.spec());
+ proxy_->Initialize(player_id(), url, first_party_url);
if (manager()->IsInFullscreen(frame_))
proxy_->EnterFullscreen(player_id());
}
« no previous file with comments | « media/media.gyp ('k') | webkit/media/android/webmediaplayer_in_process_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698