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

Unified Diff: chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.h

Issue 2241673002: Make UnsafeResource hold a WebContents getter instead of RenderFrame ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android Created 4 years, 4 months 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/renderer_host/data_reduction_proxy_resource_throttle_android.h
diff --git a/chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.h b/chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.h
index dfc79a1c179cfe6031dddf0cd6b288599430f2a9..1ced726b9c4b02bcd0697374d9d91ba4b26458e3 100644
--- a/chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.h
+++ b/chrome/browser/renderer_host/data_reduction_proxy_resource_throttle_android.h
@@ -86,7 +86,9 @@ class DataReductionProxyResourceThrottle
static void StartDisplayingBlockingPage(
const base::WeakPtr<DataReductionProxyResourceThrottle>& throttle,
scoped_refptr<safe_browsing::SafeBrowsingUIManager> ui_manager,
- const safe_browsing::SafeBrowsingUIManager::UnsafeResource& resource);
+ const safe_browsing::SafeBrowsingUIManager::UnsafeResource& resource,
+ int child_id,
+ int render_frame_id);
// Resumes the request, by continuing the deferred action (either starting the
// request, or following a redirect).

Powered by Google App Engine
This is Rietveld 408576698