mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Merge revision 1102 changes:
- Add new CefSettings.ignore_certificate_errors option to ignore errors related to invalid SSL certificates (issue #). git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1103 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -72,8 +72,6 @@ class URLSecurityManager;
|
||||
class CefURLRequestContextGetter : public net::URLRequestContextGetter {
|
||||
public:
|
||||
CefURLRequestContextGetter(
|
||||
bool ignore_certificate_errors,
|
||||
const FilePath& base_path,
|
||||
MessageLoop* io_loop,
|
||||
MessageLoop* file_loop);
|
||||
virtual ~CefURLRequestContextGetter();
|
||||
@@ -98,8 +96,6 @@ class CefURLRequestContextGetter : public net::URLRequestContextGetter {
|
||||
private:
|
||||
void CreateProxyConfigService();
|
||||
|
||||
bool ignore_certificate_errors_;
|
||||
FilePath base_path_;
|
||||
MessageLoop* io_loop_;
|
||||
MessageLoop* file_loop_;
|
||||
|
||||
|
Reference in New Issue
Block a user