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

Unified Diff: chrome/browser/safe_browsing/download_protection_service.h

Issue 2686773002: In previous implementation, if the server does the more than one server redirects, we only record t… (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/download_protection_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/download_protection_service.h
diff --git a/chrome/browser/safe_browsing/download_protection_service.h b/chrome/browser/safe_browsing/download_protection_service.h
index 6bbbb4c05cfad9e3551ad9204000cb8221fc793f..4272abc6397ab84120688f029fc804c156ad618b 100644
--- a/chrome/browser/safe_browsing/download_protection_service.h
+++ b/chrome/browser/safe_browsing/download_protection_service.h
@@ -308,10 +308,11 @@ class DownloadProtectionService {
// Then add referrer chain info to ClientDownloadRequest proto. This function
// also records UMA stats of download attribution result.
void AddReferrerChainToPPAPIClientDownloadRequest(
- const GURL& initiating_frame_url,
- int tab_id,
- bool has_user_gesture,
- ClientDownloadRequest* out_request);
+ const GURL& initiating_frame_url,
+ const GURL& initiating_main_frame_url,
+ int tab_id,
+ bool has_user_gesture,
+ ClientDownloadRequest* out_request);
// These pointers may be NULL if SafeBrowsing is disabled.
scoped_refptr<SafeBrowsingUIManager> ui_manager_;
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/download_protection_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698