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

Unified Diff: media/blink/active_loader.h

Issue 1399603003: Tie multibuffers to URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_cache
Patch Set: compile fixes Created 5 years, 2 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: media/blink/active_loader.h
diff --git a/media/blink/active_loader.h b/media/blink/active_loader.h
index d8c60df8e8b3ba2f92f2215945588d1c837cea00..476f01d96ca6a9ea4fe27f717bddaee8544190c6 100644
--- a/media/blink/active_loader.h
+++ b/media/blink/active_loader.h
@@ -31,6 +31,7 @@ class MEDIA_EXPORT ActiveLoader {
private:
friend class BufferedDataSourceTest;
+ friend class MultibufferDataSourceTest;
scoped_ptr<blink::WebURLLoader> loader_;
bool deferred_;

Powered by Google App Engine
This is Rietveld 408576698