| Index: content/common/net/url_fetcher.h
|
| diff --git a/content/common/net/url_fetcher.h b/content/common/net/url_fetcher.h
|
| index 1e58a1dc3321bf26499f18d8c245971796bd0c19..74bbf7b718b00566eb67229cd4fe6161e010195f 100644
|
| --- a/content/common/net/url_fetcher.h
|
| +++ b/content/common/net/url_fetcher.h
|
| @@ -283,6 +283,12 @@ class CONTENT_EXPORT URLFetcher {
|
| // Used by tests.
|
| const std::string& upload_data() const;
|
|
|
| + // Used by tests.
|
| + void set_was_fetched_via_proxy(bool flag);
|
| +
|
| + // Used by tests.
|
| + void set_response_headers(scoped_refptr<net::HttpResponseHeaders> headers);
|
| +
|
| virtual void SetResponseDestinationForTesting(ResponseDestinationType);
|
| virtual ResponseDestinationType GetResponseDestinationForTesting() const;
|
|
|
|
|