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

Unified Diff: chrome/browser/chromeos/hats/hats_notification_controller_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: chrome/browser/chromeos/hats/hats_notification_controller_unittest.cc
diff --git a/chrome/browser/chromeos/hats/hats_notification_controller_unittest.cc b/chrome/browser/chromeos/hats/hats_notification_controller_unittest.cc
index b8f32d1e5734457767323ab687c87fdddcc2ef0f..6a008be059be7f5b3789fd29bf02c7c62d2d6cde 100644
--- a/chrome/browser/chromeos/hats/hats_notification_controller_unittest.cc
+++ b/chrome/browser/chromeos/hats/hats_notification_controller_unittest.cc
@@ -76,6 +76,7 @@ class MockImageFetcher : public image_fetcher::ImageFetcher {
MOCK_METHOD1(SetImageFetcherDelegate, void(ImageFetcherDelegate*));
MOCK_METHOD1(SetDataUseServiceName, void(DataUseServiceName));
MOCK_METHOD1(SetDesiredImageFrameSize, void(const gfx::Size&));
+ MOCK_METHOD0(DisableCookies, void());
MOCK_METHOD0(GetImageDecoder, image_fetcher::ImageDecoder*());
private:
« no previous file with comments | « no previous file | components/image_fetcher/image_data_fetcher.h » ('j') | components/image_fetcher/image_data_fetcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698