| Index: third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| index 7d445f9b16b2689948c174d8866828d36106ccb1..c767839a09e476ff16d78d90e516bf222cc05fee 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -53,7 +53,6 @@ class EventQueue;
|
| class EventTarget;
|
| class ExecutionContextTask;
|
| class LocalDOMWindow;
|
| -class OriginTrialContext;
|
| class PublicURLManager;
|
| class SecurityOrigin;
|
| class ScriptCallStack;
|
| @@ -157,9 +156,6 @@ public:
|
| void setReferrerPolicy(ReferrerPolicy);
|
| ReferrerPolicy getReferrerPolicy() const { return m_referrerPolicy; }
|
|
|
| - // Override to enable experimental features through origin trials
|
| - virtual RawPtr<OriginTrialContext> createOriginTrialContext();
|
| -
|
| protected:
|
| ExecutionContext();
|
| virtual ~ExecutionContext();
|
|
|