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

Unified Diff: content/renderer/webcrypto/webcrypto_impl.h

Issue 53533004: [webcrypto] Remove the TODO for NullKey(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 | content/renderer/webcrypto/webcrypto_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webcrypto/webcrypto_impl.h
diff --git a/content/renderer/webcrypto/webcrypto_impl.h b/content/renderer/webcrypto/webcrypto_impl.h
index c1c559292c8f43c6f830e6443a42b9c2db6b79af..87c611a4309f8f54a15a5c7668a4571394fdbfce 100644
--- a/content/renderer/webcrypto/webcrypto_impl.h
+++ b/content/renderer/webcrypto/webcrypto_impl.h
@@ -63,7 +63,6 @@ class CONTENT_EXPORT WebCryptoImpl
WebKit::WebCryptoResult result);
static void ShrinkBuffer(WebKit::WebArrayBuffer* buffer, unsigned new_size);
- static WebKit::WebCryptoKey NullKey();
protected:
friend class WebCryptoImplTest;
« no previous file with comments | « no previous file | content/renderer/webcrypto/webcrypto_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698