| 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 b41e9b923d6b6529506fbaf6f99df57b481ed28e..364d6df49dc954711bfc5b85b3628e387c825b9a 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:
|
| virtual void setReferrerPolicy(ReferrerPolicy);
|
| ReferrerPolicy getReferrerPolicy() const { return m_referrerPolicy; }
|
|
|
| - // Override to enable experimental features through origin trials
|
| - virtual PassOwnPtrWillBeRawPtr<OriginTrialContext> createOriginTrialContext();
|
| -
|
| protected:
|
| ExecutionContext();
|
| virtual ~ExecutionContext();
|
|
|