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

Unified Diff: third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl

Issue 2106983002: Allow origin trials to be declared on IDL operations (methods) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing unneeded includes, addressing nits Created 4 years, 6 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 | « third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl
diff --git a/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl b/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl
index 12874b925b5a7a5e9c5abdcd3aaa324d388217f3..2f738fdc2e96ee64f3e64bcdd93cd8530840ca3e 100644
--- a/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl
+++ b/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl
@@ -8,7 +8,6 @@
partial interface Internals {
const unsigned short FROBULATE_CONST_PARTIAL = 2;
readonly attribute boolean frobulatePartial;
- // TODO(chasej): Uncomment when methods are supported for origin trials (crbug.com/621641)
- //boolean frobulateMethodPartial();
+ boolean frobulateMethodPartial();
};
« no previous file with comments | « third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698