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

Unified Diff: webkit/media/android/webmediaplayer_android.h

Issue 10543007: Add CORS-awareness to HTML5 media elements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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: webkit/media/android/webmediaplayer_android.h
diff --git a/webkit/media/android/webmediaplayer_android.h b/webkit/media/android/webmediaplayer_android.h
index b948d362f6f4ced83d07cb6a3417f6e5ebf2bc96..90bc9ef4a80a8de25bf3d608c16b109b34a023a1 100644
--- a/webkit/media/android/webmediaplayer_android.h
+++ b/webkit/media/android/webmediaplayer_android.h
@@ -50,8 +50,13 @@ class WebMediaPlayerAndroid :
// Set |incognito_mode_| to true if in incognito mode.
static void InitIncognito(bool incognito_mode);
- // Resource loading.
+ // TODO(fischman): remove the single-param version once WebKit stops calling
+ // it.
virtual void load(const WebKit::WebURL& url);
+ // Resource loading.
+ virtual void load(const WebKit::WebURL& url,
+ bool has_cross_origin_attr,
+ const WebKit::WebString& cross_origin_attr);
scherkus (not reviewing) 2012/06/06 00:44:36 CrossOriginAttribute cross_origin_attribute instea
virtual void cancelLoad();
// Playback controls.
« no previous file with comments | « no previous file | webkit/media/android/webmediaplayer_android.cc » ('j') | webkit/media/buffered_resource_loader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698