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

Unified Diff: content/renderer/media/webmediaplayer_proxy_impl_android.h

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/content_browser.gypi ('k') | content/renderer/media/webmediaplayer_proxy_impl_android.cc » ('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.h
diff --git a/content/renderer/media/webmediaplayer_proxy_impl_android.h b/content/renderer/media/webmediaplayer_proxy_impl_android.h
index e5e75db02e6daf3465223d3587e691a34b632221..e77c844cc0f443d534a743a0eca4bbd9c7973fc2 100644
--- a/content/renderer/media/webmediaplayer_proxy_impl_android.h
+++ b/content/renderer/media/webmediaplayer_proxy_impl_android.h
@@ -35,8 +35,8 @@ class WebMediaPlayerProxyImplAndroid
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
// Methods inherited from WebMediaPlayerProxyAndroid.
- virtual void Initialize(int player_id, const std::string& url,
- const std::string& first_party_for_cookies) OVERRIDE;
+ virtual void Initialize(int player_id, const GURL& url,
+ const GURL& first_party_for_cookies) OVERRIDE;
virtual void Start(int player_id) OVERRIDE;
virtual void Pause(int player_id) OVERRIDE;
virtual void Seek(int player_id, base::TimeDelta time) OVERRIDE;
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/media/webmediaplayer_proxy_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698