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

Unified Diff: components/ntp_tiles/icon_cacher_impl_unittest.cc

Issue 2756633003: [Image Fetcher] Add support to disable cookies (Closed)
Patch Set: Created 3 years, 9 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/ntp_tiles/icon_cacher_impl_unittest.cc
diff --git a/components/ntp_tiles/icon_cacher_impl_unittest.cc b/components/ntp_tiles/icon_cacher_impl_unittest.cc
index e37174229f5a03bbc0d4f5a02048e968b491272c..790630c7586f5fd8b1c270db63e7d5643cb00eaa 100644
--- a/components/ntp_tiles/icon_cacher_impl_unittest.cc
+++ b/components/ntp_tiles/icon_cacher_impl_unittest.cc
@@ -49,6 +49,7 @@ class MockImageFetcher : public image_fetcher::ImageFetcher {
base::Callback<void(const std::string& id,
const gfx::Image& image)> callback));
MOCK_METHOD1(SetDesiredImageFrameSize, void(const gfx::Size&));
+ MOCK_METHOD0(DisableCookies, void());
MOCK_METHOD0(GetImageDecoder, image_fetcher::ImageDecoder*());
};

Powered by Google App Engine
This is Rietveld 408576698