| Index: extensions/browser/updater/update_service.h
|
| diff --git a/extensions/browser/updater/update_service.h b/extensions/browser/updater/update_service.h
|
| index 008917d91591ccc4d827549f9ca7a85a7f07cd1f..cda972ba478a09fbe152c17355b137a3fbc5f537 100644
|
| --- a/extensions/browser/updater/update_service.h
|
| +++ b/extensions/browser/updater/update_service.h
|
| @@ -50,6 +50,7 @@ class UpdateService : public KeyedService, public ExtensionDownloaderDelegate {
|
| const std::set<int>& request_ids) override;
|
| void OnExtensionDownloadFinished(const std::string& id,
|
| const base::FilePath& path,
|
| + const std::string& hash,
|
| bool file_ownership_passed,
|
| const GURL& download_url,
|
| const std::string& version,
|
|
|