Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: third_party/WebKit/Source/core/dom/ExecutionContext.h

Issue 1833063002: Store the list of trial tokens in OriginTrialContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698