| 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 e7fee05b4c4adbc2ede1f1289518485c6a5fafc4..041e6dec4863efdbb9e53e1794f9d9defc84d217 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.h
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.h
|
| @@ -309,6 +309,7 @@ class DownloadProtectionService {
|
| // also records UMA stats of download attribution result.
|
| void AddReferrerChainToPPAPIClientDownloadRequest(
|
| const GURL& initiating_frame_url,
|
| + const GURL& initiating_main_frame_url,
|
| int tab_id,
|
| bool has_user_gesture,
|
| ClientDownloadRequest* out_request);
|
|
|