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

Unified Diff: Source/modules/crypto/Crypto.idl

Issue 709803003: Remove Crypto runtime flag(status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | Source/modules/crypto/WorkerGlobalScopeCrypto.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/Crypto.idl
diff --git a/Source/modules/crypto/Crypto.idl b/Source/modules/crypto/Crypto.idl
index 2348d779845f8430026c4220581099c7fcdb977f..566e753b1c20bbd0ee2f31a0ca77d88b5fe576d1 100644
--- a/Source/modules/crypto/Crypto.idl
+++ b/Source/modules/crypto/Crypto.idl
@@ -37,6 +37,6 @@
// Web Crypto API spec.
[Custom, RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array);
- [RuntimeEnabled=Crypto] readonly attribute SubtleCrypto subtle;
+ readonly attribute SubtleCrypto subtle;
};
« no previous file with comments | « no previous file | Source/modules/crypto/WorkerGlobalScopeCrypto.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698