| Index: third_party/WebKit/Source/core/testing/OriginTrialsTestPartial.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/OriginTrialsTestPartial.idl b/third_party/WebKit/Source/core/testing/OriginTrialsTestPartial.idl
|
| index bd4fb366418f1705e3a817a98c7a474f5b36304f..9e490994211268a415b985a1b4342262da935a8d 100644
|
| --- a/third_party/WebKit/Source/core/testing/OriginTrialsTestPartial.idl
|
| +++ b/third_party/WebKit/Source/core/testing/OriginTrialsTestPartial.idl
|
| @@ -13,10 +13,8 @@ partial interface OriginTrialsTest {
|
| static boolean staticMethodPartial();
|
|
|
| // These are only available in a secure context.
|
| - // TODO(crbug.com/695123): Add [SecureContext] extended attribute when fixed
|
| - // to work with [OriginTrialEnabled]
|
| - readonly attribute boolean secureAttributePartial;
|
| - static readonly attribute boolean secureStaticAttributePartial;
|
| - boolean secureMethodPartial();
|
| - static boolean secureStaticMethodPartial();
|
| + [SecureContext] readonly attribute boolean secureAttributePartial;
|
| + [SecureContext] static readonly attribute boolean secureStaticAttributePartial;
|
| + [SecureContext] boolean secureMethodPartial();
|
| + [SecureContext] static boolean secureStaticMethodPartial();
|
| };
|
|
|