| Index: content/shell/shell_url_request_context_getter.h
|
| diff --git a/content/shell/shell_url_request_context_getter.h b/content/shell/shell_url_request_context_getter.h
|
| index 7c9401fde34beb4a610151df0e42748232d8bf6c..98fa03ca2dba4add19bd4681324ae7e023d2b551 100644
|
| --- a/content/shell/shell_url_request_context_getter.h
|
| +++ b/content/shell/shell_url_request_context_getter.h
|
| @@ -25,6 +25,7 @@ namespace content {
|
| class ShellURLRequestContextGetter : public net::URLRequestContextGetter {
|
| public:
|
| ShellURLRequestContextGetter(
|
| + bool ignore_certificate_errors,
|
| const FilePath& base_path,
|
| MessageLoop* io_loop,
|
| MessageLoop* file_loop);
|
| @@ -40,6 +41,7 @@ class ShellURLRequestContextGetter : public net::URLRequestContextGetter {
|
| virtual ~ShellURLRequestContextGetter();
|
|
|
| private:
|
| + bool ignore_certificate_errors_;
|
| FilePath base_path_;
|
| MessageLoop* io_loop_;
|
| MessageLoop* file_loop_;
|
|
|