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

Unified Diff: third_party/WebKit/Source/modules/quota/StorageManager.idl

Issue 2692633002: Use [SecureContext] for navigator.storage (Closed)
Patch Set: TypeError and rebased tests Created 3 years, 10 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
Index: third_party/WebKit/Source/modules/quota/StorageManager.idl
diff --git a/third_party/WebKit/Source/modules/quota/StorageManager.idl b/third_party/WebKit/Source/modules/quota/StorageManager.idl
index fc4674a23edfd0ea6d5667e20527323fd3b1d750..086c45c48b12d9be07a8acfa184a7b7692195537 100644
--- a/third_party/WebKit/Source/modules/quota/StorageManager.idl
+++ b/third_party/WebKit/Source/modules/quota/StorageManager.idl
@@ -4,6 +4,7 @@
// https://storage.spec.whatwg.org/#storagemanager
+// TODO(jsbell): Should have [SecureContext] on interface
[
Exposed=(Window,Worker),
RuntimeEnabled=DurableStorage,

Powered by Google App Engine
This is Rietveld 408576698