| Index: extensions/browser/updater/extension_downloader_delegate.h
|
| diff --git a/extensions/browser/updater/extension_downloader_delegate.h b/extensions/browser/updater/extension_downloader_delegate.h
|
| index aed6885c4bb873809b0623750cc4d14ff7f5e02d..2e5eaa59b70072800cde447cd87852175a980c40 100644
|
| --- a/extensions/browser/updater/extension_downloader_delegate.h
|
| +++ b/extensions/browser/updater/extension_downloader_delegate.h
|
| @@ -9,6 +9,7 @@
|
| #include <string>
|
|
|
| #include "base/time/time.h"
|
| +#include "extensions/browser/crx_file_info.h"
|
| #include "extensions/browser/updater/manifest_fetch_data.h"
|
|
|
| class GURL;
|
| @@ -82,8 +83,7 @@ class ExtensionDownloaderDelegate {
|
| // successfully downloaded to |path|. |ownership_passed| is true if delegate
|
| // should get ownership of the file.
|
| virtual void OnExtensionDownloadFinished(
|
| - const std::string& id,
|
| - const base::FilePath& path,
|
| + const CRXFileInfo& file,
|
| bool file_ownership_passed,
|
| const GURL& download_url,
|
| const std::string& version,
|
|
|