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

Unified Diff: components/offline_pages/core/prefetch/prefetch_request_test_base.h

Issue 2889453003: [Offline Prefetech] Send GetOperationReqest to the server (Closed)
Patch Set: Address feedback Created 3 years, 7 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
Index: components/offline_pages/core/prefetch/prefetch_request_test_base.h
diff --git a/components/offline_pages/core/prefetch/prefetch_request_test_base.h b/components/offline_pages/core/prefetch/prefetch_request_test_base.h
index 516db7cc0556e8efe1615f3400a7e4fd474ff54c..a45e94da7303ac49201a8e5431d3bd2137961e93 100644
--- a/components/offline_pages/core/prefetch/prefetch_request_test_base.h
+++ b/components/offline_pages/core/prefetch/prefetch_request_test_base.h
@@ -23,6 +23,7 @@ class PrefetchRequestTestBase : public testing::Test {
void RespondWithNetError(int net_error);
void RespondWithHttpError(int http_error);
void RespondWithData(const std::string& data);
+ net::TestURLFetcher* GetRunningFetcher();
net::URLRequestContextGetter* request_context() const {
return request_context_.get();

Powered by Google App Engine
This is Rietveld 408576698