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

Unified Diff: content/renderer/media/webmediaplayer_proxy_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 | « content/renderer/media/webmediaplayer_proxy_impl_android.h ('k') | media/base/android/cookie_getter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webmediaplayer_proxy_impl_android.cc
diff --git a/content/renderer/media/webmediaplayer_proxy_impl_android.cc b/content/renderer/media/webmediaplayer_proxy_impl_android.cc
index 34d21cdf8b1857f09dc7d40efb3f5434416b7453..748ca27c4bb6c3347efdf55156c754abf9a919ae 100644
--- a/content/renderer/media/webmediaplayer_proxy_impl_android.cc
+++ b/content/renderer/media/webmediaplayer_proxy_impl_android.cc
@@ -49,8 +49,7 @@ bool WebMediaPlayerProxyImplAndroid::OnMessageReceived(
}
void WebMediaPlayerProxyImplAndroid::Initialize(
- int player_id, const std::string& url,
- const std::string& first_party_for_cookies) {
+ int player_id, const GURL& url, const GURL& first_party_for_cookies) {
Send(new MediaPlayerHostMsg_MediaPlayerInitialize(
routing_id(), player_id, url, first_party_for_cookies));
}
« no previous file with comments | « content/renderer/media/webmediaplayer_proxy_impl_android.h ('k') | media/base/android/cookie_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698