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

Unified Diff: net/url_request/url_request_http_job.h

Issue 6749044: Remove async functionality from net::CookiePolicy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 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: net/url_request/url_request_http_job.h
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
index 6e44745cdde59bf5b284185c19bbcb244cb4c272..7ac5c97deafc07a9ec0cbd33a228a431af162c1f 100644
--- a/net/url_request/url_request_http_job.h
+++ b/net/url_request/url_request_http_job.h
@@ -105,8 +105,6 @@ class URLRequestHttpJob : public URLRequestJob {
string16 username_;
string16 password_;
- CompletionCallbackImpl<URLRequestHttpJob> can_get_cookies_callback_;
- CompletionCallbackImpl<URLRequestHttpJob> can_set_cookie_callback_;
CompletionCallbackImpl<URLRequestHttpJob> start_callback_;
CompletionCallbackImpl<URLRequestHttpJob> read_callback_;

Powered by Google App Engine
This is Rietveld 408576698