| Index: trunk/src/android_webview/browser/net/aw_url_request_context_getter.h
|
| ===================================================================
|
| --- trunk/src/android_webview/browser/net/aw_url_request_context_getter.h (revision 219785)
|
| +++ trunk/src/android_webview/browser/net/aw_url_request_context_getter.h (working copy)
|
| @@ -28,7 +28,8 @@
|
|
|
| class AwURLRequestContextGetter : public net::URLRequestContextGetter {
|
| public:
|
| - AwURLRequestContextGetter(const base::FilePath& partition_path);
|
| + AwURLRequestContextGetter(const base::FilePath& partition_path,
|
| + net::CookieStore* cookie_store);
|
|
|
| void InitializeOnNetworkThread();
|
|
|
| @@ -52,6 +53,7 @@
|
| void InitializeURLRequestContext();
|
|
|
| const base::FilePath partition_path_;
|
| + scoped_refptr<net::CookieStore> cookie_store_;
|
| scoped_ptr<net::URLRequestContext> url_request_context_;
|
| scoped_ptr<net::ProxyConfigService> proxy_config_service_;
|
| scoped_ptr<net::URLRequestJobFactory> job_factory_;
|
|
|