| Index: content/child/webcrypto/status.h
|
| diff --git a/content/child/webcrypto/status.h b/content/child/webcrypto/status.h
|
| index 46bdee1482f0bd9dbbf3dae44c01988a974fed40..80af815ce911f6f208f12d0ec7902ab9ff2d85e0 100644
|
| --- a/content/child/webcrypto/status.h
|
| +++ b/content/child/webcrypto/status.h
|
| @@ -9,26 +9,6 @@
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/WebCrypto.h"
|
|
|
| -#if !defined(WEBCRYPTO_HAS_ERROR_TYPE)
|
| -
|
| -// TODO(eroman): Delete once Blink changes have rolled into Chromium.
|
| -namespace blink {
|
| -
|
| -enum WebCryptoErrorType {
|
| - WebCryptoErrorTypeType,
|
| - WebCryptoErrorTypeNotSupported,
|
| - WebCryptoErrorTypeSyntax,
|
| - WebCryptoErrorTypeInvalidState,
|
| - WebCryptoErrorTypeInvalidAccess,
|
| - WebCryptoErrorTypeUnknown,
|
| - WebCryptoErrorTypeData,
|
| - WebCryptoErrorTypeOperation,
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif
|
| -
|
| namespace content {
|
|
|
| namespace webcrypto {
|
|
|