Chromium Code Reviews| Index: chrome/browser/chrome_content_browser_client.h |
| =================================================================== |
| --- chrome/browser/chrome_content_browser_client.h (revision 135669) |
| +++ chrome/browser/chrome_content_browser_client.h (working copy) |
| @@ -8,6 +8,8 @@ |
| #include <set> |
| #include <string> |
| +#include <utility> |
| +#include <vector> |
|
Ryan Sleevi
2012/05/08 17:53:49
nit: sort
palmer
2012/05/08 18:40:43
It is sorted. :)
|
| #include "base/compiler_specific.h" |
| #include "content/public/browser/content_browser_client.h" |
| @@ -105,6 +107,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( |