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

Unified Diff: content/test/mock_webblob_registry_impl.h

Issue 760823002: Introduce Stream::flush [2/2 chromium] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 6 years, 1 month 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: content/test/mock_webblob_registry_impl.h
diff --git a/content/test/mock_webblob_registry_impl.h b/content/test/mock_webblob_registry_impl.h
index a4ac7d4be3337e10ea79b6a8b7a301a2cffe25ac..cfdc0061c032f766fc4f77f2e2331114ad6a8136 100644
--- a/content/test/mock_webblob_registry_impl.h
+++ b/content/test/mock_webblob_registry_impl.h
@@ -30,6 +30,7 @@ class MockWebBlobRegistryImpl : public blink::WebBlobRegistry {
const blink::WebURL& src_url);
virtual void addDataToStream(const blink::WebURL& url,
const char* data, size_t length);
+ virtual void flushStream(const blink::WebURL& url);
virtual void finalizeStream(const blink::WebURL& url);
virtual void abortStream(const blink::WebURL& url);
virtual void unregisterStreamURL(const blink::WebURL& url);

Powered by Google App Engine
This is Rietveld 408576698