summaryrefslogtreecommitdiffstats
path: root/extensions/shell/browser/shell_browser_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/shell/browser/shell_browser_context.h')
-rw-r--r--extensions/shell/browser/shell_browser_context.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/shell/browser/shell_browser_context.h b/extensions/shell/browser/shell_browser_context.h
index 11ad208..b763777 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);
};