Index: content/child/webcrypto/status.h |
diff --git a/content/child/webcrypto/status.h b/content/child/webcrypto/status.h |
index 103c4edf6b5eafc854e62820687ecd76106dc9c9..70d97e7c9bae61e279e27326d32b84127461dd5b 100644 |
--- a/content/child/webcrypto/status.h |
+++ b/content/child/webcrypto/status.h |
@@ -150,7 +150,6 @@ |
// question was unsupported, some parameter combination was unsupported, or |
// something has not yet been implemented. |
static Status ErrorUnsupported(); |
- static Status ErrorUnsupported(const std::string& message); |
// Something unexpected happened in the code, which implies there is a |
// source-level bug. These should not happen, but safer to fail than simply |