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

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: addressing comments Created 6 years, 11 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 | « media/base/android/media_player_bridge.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7be781110f3ce006e50154ff220c738a5efde341..075f9d01fec3b07c4988813d6da12ce48a8d8fe4 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;
« no previous file with comments | « 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