Chromium Code Reviews| Index: chrome/browser/download/chrome_download_manager_delegate.cc |
| diff --git a/chrome/browser/download/chrome_download_manager_delegate.cc b/chrome/browser/download/chrome_download_manager_delegate.cc |
| index a810537d239dc78697b327b092c83d9221f5951b..aa9df81c05339bf658218d137478351a329cc982 100644 |
| --- a/chrome/browser/download/chrome_download_manager_delegate.cc |
| +++ b/chrome/browser/download/chrome_download_manager_delegate.cc |
| @@ -34,6 +34,7 @@ |
| #include "chrome/browser/platform_util.h" |
| #include "chrome/browser/profiles/profile.h" |
| #include "chrome/browser/safe_browsing/safe_browsing_service.h" |
| +#include "chrome/common/chrome_constants.h" |
| #include "chrome/common/pref_names.h" |
| #include "components/user_prefs/pref_registry_syncable.h" |
| #include "content/public/browser/download_item.h" |
| @@ -402,6 +403,11 @@ void ChromeDownloadManagerDelegate::CheckForFileExistence( |
| callback); |
| } |
| +std::string |
| + ChromeDownloadManagerDelegate::ApplicationClientIdForFileScanning() const { |
|
Lei Zhang
2013/08/07 01:03:05
nit: indentation.
Greg Billock
2013/08/07 17:00:56
Done.
|
| + return std::string(chrome::kApplicationClientIDStringForAVScanning); |
| +} |
| + |
| DownloadProtectionService* |
| ChromeDownloadManagerDelegate::GetDownloadProtectionService() { |
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |