| Index: third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| index b40efae568e3c5a05404e70e987d4fae2483add1..64a9505caa463e78e06f8097fa98a4546256ebab 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
|
| @@ -35,7 +35,6 @@
|
| #include "core/frame/UseCounter.h"
|
| #include "core/html/PublicURLManager.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| -#include "core/origin_trials/OriginTrialContext.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "core/workers/WorkerThread.h"
|
|
|
| @@ -264,11 +263,6 @@ void ExecutionContext::setReferrerPolicy(ReferrerPolicy referrerPolicy)
|
| m_referrerPolicy = referrerPolicy;
|
| }
|
|
|
| -PassOwnPtrWillBeRawPtr<OriginTrialContext> ExecutionContext::createOriginTrialContext()
|
| -{
|
| - return nullptr;
|
| -}
|
| -
|
| void ExecutionContext::removeURLFromMemoryCache(const KURL& url)
|
| {
|
| memoryCache()->removeURLFromCache(url);
|
|
|