| Index: trunk/src/content/child/webcrypto/status.h
|
| ===================================================================
|
| --- trunk/src/content/child/webcrypto/status.h (revision 266902)
|
| +++ trunk/src/content/child/webcrypto/status.h (working copy)
|
| @@ -40,14 +40,12 @@
|
| // As such, it is important that errors DO NOT reveal any sensitive material
|
| // (like key bytes).
|
| //
|
| -// Care must be taken with what errors are reported back to Blink when doing
|
| +// Care must be taken with what errors are reported back to blink when doing
|
| // compound operations like unwrapping a JWK key. In this case, errors
|
| // generated by the JWK import are not appropriate to report since the wrapped
|
| // 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;
|
|
|
|
|