| Index: content/child/webcrypto/status.h
|
| diff --git a/content/child/webcrypto/status.h b/content/child/webcrypto/status.h
|
| index 4fae5d4698d769e5c63b6c081da008c0e2b843cc..4d8585a70e0a19ad7e195db4ae329943537ba0d0 100644
|
| --- a/content/child/webcrypto/status.h
|
| +++ b/content/child/webcrypto/status.h
|
| @@ -25,6 +25,8 @@ namespace webcrypto {
|
| // JWK is not visible to the caller.
|
| class CONTENT_EXPORT Status {
|
| public:
|
| + Status() : type_(TYPE_ERROR) {}
|
| +
|
| // Returns true if the Status represents an error (any one of them).
|
| bool IsError() const;
|
|
|
|
|