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

Unified Diff: components/image_fetcher/image_fetcher_impl.h

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/image_fetcher/image_fetcher_impl.h
diff --git a/components/image_fetcher/image_fetcher_impl.h b/components/image_fetcher/image_fetcher_impl.h
index 954f84bec85d610c9b7c5c4fa2e990047ce32765..6a6ed28aaca6344ba4378e12df6b1f5edd589792 100644
--- a/components/image_fetcher/image_fetcher_impl.h
+++ b/components/image_fetcher/image_fetcher_impl.h
@@ -47,6 +47,8 @@ class ImageFetcherImpl : public image_fetcher::ImageFetcher {
void SetDesiredImageFrameSize(const gfx::Size& size) override;
+ void DisableCookies() override;
+
void StartOrQueueNetworkRequest(
const std::string& id,
const GURL& image_url,

Powered by Google App Engine
This is Rietveld 408576698