| Index: content/shell/shell_browser_context.h
|
| diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h
|
| index a89b99c8fcdb3fb7a119eddaf7776cf0f9c61a55..41c60c578da5fb74f3705b790568d685078274d2 100644
|
| --- a/content/shell/shell_browser_context.h
|
| +++ b/content/shell/shell_browser_context.h
|
| @@ -47,6 +47,7 @@ class ShellBrowserContext : public BrowserContext {
|
| void InitWhileIOAllowed();
|
|
|
| bool off_the_record_;
|
| + bool ignore_certificate_errors_;
|
| ScopedTempDir testing_path_;
|
| FilePath path_;
|
| scoped_ptr<ResourceContext> resource_context_;
|
|
|