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

Unified Diff: mock_http_fetcher.h

Issue 3591018: AU: MultiHttpFetcher, an HttpFetcher for specific byte ranges (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: fixes for rewview Created 10 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
« no previous file with comments | « libcurl_http_fetcher.cc ('k') | multi_http_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mock_http_fetcher.h
diff --git a/mock_http_fetcher.h b/mock_http_fetcher.h
index 87cbe99034e5e25dc132f30e37f9ebb653cd181f..91d50dd8747c0bdb85280f195fb59fd10e4ff4f7 100644
--- a/mock_http_fetcher.h
+++ b/mock_http_fetcher.h
@@ -34,6 +34,9 @@ class MockHttpFetcher : public HttpFetcher {
// Cleans up all internal state. Does not notify delegate
~MockHttpFetcher();
+ // Ignores this.
+ virtual void SetOffset(off_t offset) {}
+
// Begins the transfer if it hasn't already begun.
virtual void BeginTransfer(const std::string& url);
« no previous file with comments | « libcurl_http_fetcher.cc ('k') | multi_http_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698