| Index: chrome/browser/plugin_installer.cc
|
| diff --git a/chrome/browser/plugin_installer.cc b/chrome/browser/plugin_installer.cc
|
| index 39643e444fe30b06a3e6a3d8571726b6dad34af0..36e2a09d4d5af508c14fdcdd019556422405cc8b 100644
|
| --- a/chrome/browser/plugin_installer.cc
|
| +++ b/chrome/browser/plugin_installer.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/process.h"
|
| #include "chrome/browser/download/download_service_factory.h"
|
| #include "chrome/browser/download/download_service.h"
|
| +#include "chrome/browser/download/download_util.h"
|
| #include "chrome/browser/platform_util.h"
|
| #include "chrome/browser/plugin_installer_observer.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -139,6 +140,8 @@ void PluginInstaller::StartInstalling(TabContentsWrapper* wrapper) {
|
| content::WebContents* web_contents = wrapper->web_contents();
|
| DownloadService* download_service =
|
| DownloadServiceFactory::GetForProfile(wrapper->profile());
|
| + download_util::RecordDownloadSource(
|
| + download_util::INITIATED_BY_PLUGIN_INSTALLER);
|
| BrowserThread::PostTask(
|
| BrowserThread::IO, FROM_HERE,
|
| base::Bind(&BeginDownload,
|
|
|