Index: components/webcrypto/status.h |
diff --git a/components/webcrypto/status.h b/components/webcrypto/status.h |
index 7e0ba9790f167ee6e2ab39c7ab7b880fc8545507..94124db6adec31dce76236c808907aaaa28c1c5a 100644 |
--- a/components/webcrypto/status.h |
+++ b/components/webcrypto/status.h |
@@ -134,7 +134,7 @@ class Status { |
// Attempted to generate an AES key with an invalid length. |
static Status ErrorGenerateAesKeyLength(); |
- // 192-bit AES keys are valid, however unsupported. |
+ // 192-bit AES keys are valid, however unsupported (http://crbug.com/533699) |
static Status ErrorAes192BitUnsupported(); |
// The wrong key was used for the operation. For instance, a public key was |