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

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

Issue 2901563003: PDF: Add UMA to track embedded PDF triggered drive-by downloads. (Closed)
Patch Set: Created 3 years, 7 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/download/chrome_download_manager_delegate.cc » ('j') | chrome/common/pdf_uma.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a03a227c757472cb4748b707f712c5c0c57ea1bc..3573cd7ff0b5baa1a8fac4dbfc00808ea01420e4 100644
--- a/chrome/browser/download/chrome_download_manager_delegate.h
+++ b/chrome/browser/download/chrome_download_manager_delegate.h
@@ -121,6 +121,7 @@ class ChromeDownloadManagerDelegate
const CheckDownloadUrlCallback& callback) override;
void GetFileMimeType(const base::FilePath& path,
const GetFileMimeTypeCallback& callback) override;
+ void RecordDriveByPDFDownload() const override;
// So that test classes that inherit from this for override purposes
// can call back into the DownloadManager.
« no previous file with comments | « no previous file | chrome/browser/download/chrome_download_manager_delegate.cc » ('j') | chrome/common/pdf_uma.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698