Chromium Code Reviews| Index: content/child/webcrypto/status.h |
| diff --git a/content/child/webcrypto/status.h b/content/child/webcrypto/status.h |
| index 4c1aae6e1857a1d047839c2e1516d52c9d24cfbd..4bb12041feff4a03bfe24143609d1d7e8121e40d 100644 |
| --- a/content/child/webcrypto/status.h |
| +++ b/content/child/webcrypto/status.h |
| @@ -211,7 +211,8 @@ class CONTENT_EXPORT Status { |
| // Attempted to create a key (either by importKey(), generateKey(), or |
|
eroman
2014/10/30 19:03:30
This comment is no longer applicable, please updat
|
| // unwrapKey()) however the key usages were not applicable for the key type |
| // and algorithm. |
| - static Status ErrorCreateKeyBadUsages(); |
| + static Status SyntaxError(); |
| + static Status SyntaxError(const std::string& parameter); |
| private: |
| enum Type { TYPE_ERROR, TYPE_SUCCESS }; |