| Index: net/url_request/url_fetcher.h
|
| diff --git a/net/url_request/url_fetcher.h b/net/url_request/url_fetcher.h
|
| index 0bf2b9cf89854a302d238cb59ac250703adb7060..1e3a9de051d51b5fec6663ac1278aa509d2828cf 100644
|
| --- a/net/url_request/url_fetcher.h
|
| +++ b/net/url_request/url_fetcher.h
|
| @@ -34,7 +34,6 @@ class URLFetcherDelegate;
|
| class URLFetcherResponseWriter;
|
| class URLRequestContextGetter;
|
| class URLRequestStatus;
|
| -typedef std::vector<std::string> ResponseCookies;
|
|
|
| // To use this class, create an instance with the desired URL and a pointer to
|
| // the object to be notified when the URL has been loaded:
|
| @@ -316,9 +315,6 @@ class NET_EXPORT URLFetcher {
|
| // if an error prevented any response from being received.
|
| virtual int GetResponseCode() const = 0;
|
|
|
| - // Cookies received.
|
| - virtual const ResponseCookies& GetCookies() const = 0;
|
| -
|
| // Reports that the received content was malformed.
|
| virtual void ReceivedContentWasMalformed() = 0;
|
|
|
|
|