Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 1459473003: Add a WebContents getter callback in ResourceRequestInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698