| Index: extensions/common/update_manifest.cc
|
| diff --git a/extensions/common/update_manifest.cc b/extensions/common/update_manifest.cc
|
| index 26d794f11f4ec9f25262169d98082473399ad41e..1446b955d8b6331882cf7e5441cf8241a327fade 100644
|
| --- a/extensions/common/update_manifest.cc
|
| +++ b/extensions/common/update_manifest.cc
|
| @@ -189,7 +189,7 @@ static bool ParseSingleAppTag(xmlNode* app_node, xmlNs* xml_namespace,
|
|
|
| // package_hash is optional. It is only required for blacklist. It is a
|
| // sha256 hash of the package in hex format.
|
| - result->package_hash = GetAttribute(updatecheck, "hash");
|
| + result->package_hash = GetAttribute(updatecheck, "hash_sha256");
|
|
|
| int size = 0;
|
| if (base::StringToInt(GetAttribute(updatecheck, "size"), &size)) {
|
|
|