Chromium Code Reviews| Index: chrome/browser/chrome_content_browser_client.h |
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
| index 0295436327021cd8fa8da0a7d0be60a5dfa76766..a6806cce9854d2988e3349ad208c322bd44596ce 100644 |
| --- a/chrome/browser/chrome_content_browser_client.h |
| +++ b/chrome/browser/chrome_content_browser_client.h |
| @@ -178,8 +178,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
| scoped_ptr<storage::QuotaEvictionPolicy> GetTemporaryStorageEvictionPolicy( |
| content::BrowserContext* context) override; |
| void AllowCertificateError( |
|
davidben
2015/11/19 17:46:13
You'll also need to change the other ContentBrowse
clamy
2015/11/20 13:50:42
Done on those I found in CodeSearch.
|
| - int render_process_id, |
| - int render_frame_id, |
| + const content::ResourceRequestInfo::WebContentsGetterOnUI& |
| + web_contents_getter, |
| int cert_error, |
| const net::SSLInfo& ssl_info, |
| const GURL& request_url, |