| 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();
|
| };
|
|
|
|
|