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

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

Issue 1743623002: [Experimental Framework] Make the OriginTrialContext a member of ExecutionContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 3088fc8291ea4761b336e870d3c2d9e487afdc41..c13baa73ea10ee32bdfa423596af15c784038257 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -140,6 +140,7 @@ class NodeIntersectionObserverData;
class NodeIterator;
class NthIndexCache;
class OriginAccessEntry;
+class OriginTrialContext;
class Page;
class PlatformMouseEvent;
class ProcessingInstruction;
@@ -1079,6 +1080,7 @@ protected:
ParserSynchronizationPolicy getParserSynchronizationPolicy() const { return m_parserSyncPolicy; }
private:
+ friend class DocumentOriginTrialContextTest;
friend class IgnoreDestructiveWriteCountIncrementer;
friend class NthIndexCache;
@@ -1162,6 +1164,8 @@ private:
const OriginAccessEntry& accessEntryFromURL();
+ PassOwnPtrWillBeRawPtr<OriginTrialContext> createOriginTrialContext() override;
+
DocumentLifecycle m_lifecycle;
bool m_hasNodesWithPlaceholderStyle;
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698