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

Unified Diff: content/browser/android/media_player_manager_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
Index: content/browser/android/media_player_manager_android.h
diff --git a/content/browser/android/media_player_manager_android.h b/content/browser/android/media_player_manager_android.h
index 9e7dc4bc8e858902486a05bece92be711e986fc3..4c306bac509b7d00f8bf510b08bf7eeb181efde8 100644
--- a/content/browser/android/media_player_manager_android.h
+++ b/content/browser/android/media_player_manager_android.h
@@ -13,6 +13,7 @@
#include "base/time.h"
#include "content/browser/android/content_video_view.h"
#include "content/public/browser/render_view_host_observer.h"
+#include "googleurl/src/gurl.h"
#include "media/base/android/media_player_bridge.h"
#include "media/base/android/media_player_bridge_manager.h"
@@ -68,8 +69,8 @@ class MediaPlayerManagerAndroid
// Message handlers.
void OnEnterFullscreen(int player_id);
void OnExitFullscreen(int player_id);
- void OnInitialize(int player_id, const std::string& url,
- const std::string& first_party_for_cookies);
+ void OnInitialize(int player_id, const GURL& url,
+ const GURL& first_party_for_cookies);
void OnStart(int player_id);
void OnSeek(int player_id, base::TimeDelta time);
void OnPause(int player_id);
« no previous file with comments | « content/browser/android/cookie_getter_impl.cc ('k') | content/browser/android/media_player_manager_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698