Searched defs:kBadPath (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/http/
H A Dtransport_security_state_unittest.cc546 // kBadPath is plus.google.com via Trustcenter, which contains a required
549 static const char* kBadPath[] = { local
561 for (size_t i = 0; kBadPath[i]; i++) {
562 EXPECT_TRUE(AddHash(kBadPath[i], &bad_hashes));
583 // kBadPath is plus.google.com via Trustcenter, which is utterly wrong for
585 static const char* kBadPath[] = { local
597 for (size_t i = 0; kBadPath[i]; i++) {
598 EXPECT_TRUE(AddHash(kBadPath[i], &bad_hashes));

Completed in 47 milliseconds