Index: content/child/webcrypto/test/test_helpers.h |
diff --git a/content/child/webcrypto/test/test_helpers.h b/content/child/webcrypto/test/test_helpers.h |
index 43ea68c8ad10d7c6a2dc0ebc2e3b6b7240ceddc8..6357ce2ad88bdb442d140875354f6cbcaafae682 100644 |
--- a/content/child/webcrypto/test/test_helpers.h |
+++ b/content/child/webcrypto/test/test_helpers.h |
@@ -98,8 +98,6 @@ blink::WebCryptoAlgorithm GetDigestAlgorithm(base::DictionaryValue* dict, |
const char* property_name); |
// Returns true if any of the vectors in the input list have identical content. |
-// Dumb O(n^2) implementation but should be fast enough for the input sizes that |
-// are used. |
bool CopiesExist(const std::vector<std::vector<uint8_t> >& bufs); |
blink::WebCryptoAlgorithm CreateAesKeyGenAlgorithm( |