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); |