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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h

Issue 2692203008: Loading: use MockFetchContext in ImageResourceTest (Closed)
Patch Set: Created 3 years, 10 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 | « third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h b/third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h
index dc7817a4b6002f2c29b0375c62a8297911df6500..b3b6b326ee58de8c3e3ca5a612b18e3a092c3038 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/MockFetchContext.h
@@ -21,8 +21,6 @@ class WebTaskRunner;
struct ResourceLoaderOptions;
// Mocked FetchContext for testing.
-// TODO(toyoshim): Use this class by other unit tests that currently have own
-// mocked FetchContext respectively.
class MockFetchContext : public FetchContext {
public:
enum LoadPolicy {
« no previous file with comments | « third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698