Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: public/platform/WebCrypto.h

Issue 259233003: [refactor] Remove WEBCRYPTO_HAS_ERROR_TYPE ifdef. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCrypto.h
diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h
index 427dedb6535cf37b81d347ab0d4b5697488bde0e..b7533207533c2206f24d5e6e4a23a0c618ea174e 100644
--- a/public/platform/WebCrypto.h
+++ b/public/platform/WebCrypto.h
@@ -49,9 +49,6 @@ namespace blink {
class WebArrayBuffer;
class WebString;
-// FIXME: Remove once Blink has rolled into Chromium.
-#define WEBCRYPTO_HAS_ERROR_TYPE 1
-
enum WebCryptoErrorType {
WebCryptoErrorTypeType,
WebCryptoErrorTypeNotSupported,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698