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

Unified Diff: webkit/media/android/webmediaplayer_proxy_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 | « webkit/media/android/webmediaplayer_in_process_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/android/webmediaplayer_proxy_android.h
diff --git a/webkit/media/android/webmediaplayer_proxy_android.h b/webkit/media/android/webmediaplayer_proxy_android.h
index 020862e4ad32d4d98bdbae9342b3bceae74c1e84..3e1322a7bbf13bd45736f05dd91dbe625a1dcd44 100644
--- a/webkit/media/android/webmediaplayer_proxy_android.h
+++ b/webkit/media/android/webmediaplayer_proxy_android.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/time.h"
+#include "googleurl/src/gurl.h"
namespace webkit_media {
@@ -20,8 +21,8 @@ class WebMediaPlayerProxyAndroid {
virtual ~WebMediaPlayerProxyAndroid();
// Initialize a MediaPlayerBridge object in browser process
- virtual void Initialize(int player_id, const std::string& url,
- const std::string& first_party_for_cookies) = 0;
+ virtual void Initialize(int player_id, const GURL& url,
+ const GURL& first_party_for_cookies) = 0;
// Start the player.
virtual void Start(int player_id) = 0;
« no previous file with comments | « webkit/media/android/webmediaplayer_in_process_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698