component_updater_service.cc | 149 return HexStringToID(StringToLowerASCII(base::HexEncode(&component.pk_hash[0], 150 component.pk_hash.size()/2))); 244 std::vector<uint8> pk_hash; member in struct:CrxUpdateService::CRXContext 534 if (component.pk_hash.empty() || 540 HexStringToID(StringToLowerASCII(base::HexEncode(&component.pk_hash[0], 541 component.pk_hash.size()/2))); 669 crx_context->pk_hash = workitem->component.pk_hash; [all...] |