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

Unified Diff: media/base/android/media_resource_getter.h

Issue 98823003: Supporting blob urls for html5 media (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: media/base/android/media_resource_getter.h
diff --git a/media/base/android/media_resource_getter.h b/media/base/android/media_resource_getter.h
index ea4eccdf5c5ca5e2965f0c2585b37092a1d9b45f..2b30e275329c4e2a5767ba6fa3398f2d2cd866e5 100644
--- a/media/base/android/media_resource_getter.h
+++ b/media/base/android/media_resource_getter.h
@@ -30,8 +30,8 @@ class MEDIA_EXPORT MediaResourceGetter {
const GURL& first_party_for_cookies,
const GetCookieCB& callback) = 0;
- // Method for getting the platform path from a file system URL.
- virtual void GetPlatformPathFromFileSystemURL(
+ // Method for getting the platform path from a file system or blob URL.
+ virtual void GetPlatformPathFromURL(
const GURL& url,
const GetPlatformPathCB& callback) = 0;
« media/base/android/media_player_bridge.cc ('K') | « media/base/android/media_player_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698