Chromium Code Reviews| Index: content/shell/shell_content_browser_client.h |
| =================================================================== |
| --- content/shell/shell_content_browser_client.h (revision 137166) |
| +++ content/shell/shell_content_browser_client.h (working copy) |
| @@ -103,6 +103,7 @@ |
| const net::SSLInfo& ssl_info, |
| const GURL& request_url, |
| bool overridable, |
| + bool strict_enforcement, |
| const base::Callback<void(bool)>& callback, |
| bool* cancel_request) OVERRIDE; |
| virtual void SelectClientCertificate( |