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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial2.idl

Issue 2218863002: Implement '[SecureContext]' IDL attribute for partial interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@secure1
Patch Set: This might work? Created 4 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
Index: third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial2.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial2.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial2.idl
index eab27e0a6c3c8bfc71029c4afa499679e5156b4c..ca625c63d65cdcbabf560a3ca2b351d0052cdf98 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial2.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial2.idl
@@ -38,4 +38,7 @@
void partial2VoidMethod();
static void partial2StaticVoidMethod();
+
+ [SecureContext] void partial2SecureContextMethod();
+ [SecureContext] attribute bool partial2SecureContextAttribute;
};

Powered by Google App Engine
This is Rietveld 408576698