| Index: extensions/shell/browser/shell_browser_context.h
|
| diff --git a/extensions/shell/browser/shell_browser_context.h b/extensions/shell/browser/shell_browser_context.h
|
| index 11ad208035bc9d7c3b565a4b4f1396eeef50ac38..b763777099d6280e5748d16e79fa04ca7cb0ea42 100644
|
| --- a/extensions/shell/browser/shell_browser_context.h
|
| +++ b/extensions/shell/browser/shell_browser_context.h
|
| @@ -54,12 +54,9 @@ class ShellBrowserContext : public content::ShellBrowserContext {
|
| virtual void ProfileFunctionCallOnNonProfileBrowserContext15();
|
|
|
| private:
|
| - void Init();
|
| - void InitializationOnIOThread();
|
| + void InitURLRequestContextOnIOThread();
|
| net::NetLog* net_log_;
|
| - bool ignore_certificate_errors_;
|
| scoped_refptr<storage::SpecialStoragePolicy> storage_policy_;
|
| - scoped_refptr<net::URLRequestContextGetter> url_request_context_getter_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
|
| };
|
|
|