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

Unified Diff: public/platform/WebCrypto.h

Issue 345593004: [webcrypto] Remove ifdef that is no longer needed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 c01f05e5a8e43a4eec34e59e9dfdd15de1690963..606957792e26db49fcc655d7d76c91db90eea2fd 100644
--- a/public/platform/WebCrypto.h
+++ b/public/platform/WebCrypto.h
@@ -44,9 +44,6 @@ namespace WebCore { class CryptoResult; }
namespace WTF { template <typename T> class PassRefPtr; }
#endif
-// FIXME: Remove once chromium side rolls.
-#define WEBCRYPTO_RESULT_ACCEPTS_JSON 1
-
namespace blink {
class WebArrayBuffer;
« 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