| 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).
|
|
|