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

Unified Diff: media/blink/active_loader.h

Issue 2272163002: Delete now deprecated BufferedDataSource and friends. (Closed)
Patch Set: Delete BufferedResourceLoader too. Created 4 years, 4 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/blink/BUILD.gn ('k') | media/blink/active_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/active_loader.h
diff --git a/media/blink/active_loader.h b/media/blink/active_loader.h
index dadd3d30c4d022a142ec06bf8557d073993825ea..50d700a742460ef54b3482e0b6d2e18bdbc8a51a 100644
--- a/media/blink/active_loader.h
+++ b/media/blink/active_loader.h
@@ -31,7 +31,6 @@ class MEDIA_BLINK_EXPORT ActiveLoader {
bool deferred() { return deferred_; }
private:
- friend class BufferedDataSourceTest;
friend class MultibufferDataSourceTest;
std::unique_ptr<blink::WebURLLoader> loader_;
« no previous file with comments | « media/blink/BUILD.gn ('k') | media/blink/active_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698