Replace hardcoded parameters
This commit is contained in:
@@ -167,7 +167,8 @@ class VmpCheckerTest : public ::testing::Test {
|
||||
// |kSameAsPrevious| (empty), then the binary is signed using the same
|
||||
// certificate as the previously added binary. This means that the first
|
||||
// call to this function should not use |kSameAsPrevious|.
|
||||
void AddVmpBinary(const std::string& signing_cert, const std::string& file_name,
|
||||
void AddVmpBinary(const std::string& signing_cert,
|
||||
const std::string& file_name,
|
||||
const std::string& binary_hash, uint32_t flags) {
|
||||
DCHECK(!signing_cert.empty() || !vmp_data_.certificates().empty());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user