| Index: extensions/browser/updater/update_service.cc
|
| diff --git a/extensions/browser/updater/update_service.cc b/extensions/browser/updater/update_service.cc
|
| index d1b0caebe42d153cff85b57305cf82f7c940fe20..968412ab543101bd9ca94ae9e9e67a8f15b9e224 100644
|
| --- a/extensions/browser/updater/update_service.cc
|
| +++ b/extensions/browser/updater/update_service.cc
|
| @@ -53,6 +53,7 @@ void UpdateService::OnExtensionDownloadFailed(
|
| void UpdateService::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,
|
|
|