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

Unified Diff: public/platform/WebCrypto.h

Issue 23503013: Cleanup: Remove deprecated method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 95197b63240f02003b3cea87361bf6acfba540cf..2d8dc5f957e4a712229509b6d664accac0da7e08 100644
--- a/public/platform/WebCrypto.h
+++ b/public/platform/WebCrypto.h
@@ -44,7 +44,6 @@ namespace WTF { template <typename T> class PassRefPtr; }
namespace WebKit {
class WebArrayBuffer;
-class WebCryptoOperation;
class WebCryptoResult {
public:
@@ -84,9 +83,6 @@ private:
class WebCrypto {
public:
- // FIXME: Deprecated, delete once chromium side is updated.
- virtual WebCryptoOperation* digest(const WebCryptoAlgorithm&) { WEBKIT_ASSERT_NOT_REACHED(); return 0; }
-
// Starts a one-shot cryptographic operation which can complete either
// synchronously, or asynchronously.
//
« 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