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

Unified Diff: Source/modules/crypto/CryptoKey.h

Issue 984053003: [bindings] Remove custom binding usage from CryptoKey.idl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing! Created 5 years, 9 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 | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/modules/crypto/CryptoKey.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/CryptoKey.h
diff --git a/Source/modules/crypto/CryptoKey.h b/Source/modules/crypto/CryptoKey.h
index 2f2cbd9f9e689929b732859ba09231818332918c..67a0040d414f8c2601776aac319de064c8f90ec1 100644
--- a/Source/modules/crypto/CryptoKey.h
+++ b/Source/modules/crypto/CryptoKey.h
@@ -54,6 +54,7 @@ public:
String type() const;
bool extractable() const;
+ ScriptValue algorithm(ScriptState*);
Vector<String> usages() const;
const WebCryptoKey& key() const { return m_key; }
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/modules/crypto/CryptoKey.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698