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

Unified Diff: chrome/browser/download/chrome_download_manager_delegate.h

Issue 2029903002: Add token field to ClientSafeBrowsingReportReqeust (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak comments Created 4 years, 6 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/download/chrome_download_manager_delegate.h
diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h
index 04e2540bcaf66f215dd278149fe89aff58be0a22..5ccbfa260b8f84bb76898d30e2aa555d30b8dce4 100644
--- a/chrome/browser/download/chrome_download_manager_delegate.h
+++ b/chrome/browser/download/chrome_download_manager_delegate.h
@@ -137,7 +137,8 @@ class ChromeDownloadManagerDelegate
// Callback function after the DownloadProtectionService completes.
void CheckClientDownloadDone(
uint32_t download_id,
- safe_browsing::DownloadProtectionService::DownloadCheckResult result);
+ safe_browsing::DownloadProtectionService::DownloadCheckResult result,
+ const std::string& token);
// Internal gateways for ShouldCompleteDownload().
bool IsDownloadReadyForCompletion(

Powered by Google App Engine
This is Rietveld 408576698