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

Unified Diff: content/browser/streams/stream_unittest.cc

Issue 12645004: Add Resource Handler for creating Streams to forward to extensions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Disable Stream Resource Throttle Created 7 years, 9 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 | « content/browser/streams/stream_handle_impl.cc ('k') | content/browser/streams/stream_write_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/streams/stream_unittest.cc
diff --git a/content/browser/streams/stream_unittest.cc b/content/browser/streams/stream_unittest.cc
index 62f3e3e56602a5358627ac2e0499d0becbedb63a..2c9f34c3ed649be07b47fbbacbb53c0a4bb0ea2c 100644
--- a/content/browser/streams/stream_unittest.cc
+++ b/content/browser/streams/stream_unittest.cc
@@ -82,6 +82,9 @@ class TestStreamWriter : public StreamWriteObserver {
virtual void OnSpaceAvailable(Stream* stream) OVERRIDE {
}
+
+ virtual void OnClose(Stream* stream) OVERRIDE {
+ }
};
TEST_F(StreamTest, SetReadObserver) {
« no previous file with comments | « content/browser/streams/stream_handle_impl.cc ('k') | content/browser/streams/stream_write_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698