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

Unified Diff: chrome/browser/safe_browsing/client_side_detection_service.h

Issue 2035293002: Remove URLRequest::GetResponseCookies and URLRequestJob::GetResponseCookies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments rogerta Created 4 years, 6 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/safe_browsing/client_side_detection_service.h
diff --git a/chrome/browser/safe_browsing/client_side_detection_service.h b/chrome/browser/safe_browsing/client_side_detection_service.h
index 09916028009a9e44d431759719897ebc1aafead4..c3c15d72976161496667089c37edfaa0fabb3a24 100644
--- a/chrome/browser/safe_browsing/client_side_detection_service.h
+++ b/chrome/browser/safe_browsing/client_side_detection_service.h
@@ -47,7 +47,6 @@ namespace net {
class URLFetcher;
class URLRequestContextGetter;
class URLRequestStatus;
-typedef std::vector<std::string> ResponseCookies;
} // namespace net
namespace safe_browsing {
@@ -191,7 +190,6 @@ class ClientSideDetectionService : public net::URLFetcherDelegate,
const GURL& url,
const net::URLRequestStatus& status,
int response_code,
- const net::ResponseCookies& cookies,
const std::string& data);
// Called by OnURLFetchComplete to handle the server response from
@@ -200,7 +198,6 @@ class ClientSideDetectionService : public net::URLFetcherDelegate,
const GURL& url,
const net::URLRequestStatus& status,
int response_code,
- const net::ResponseCookies& cookies,
const std::string& data);
// Invalidate cache results which are no longer useful.

Powered by Google App Engine
This is Rietveld 408576698