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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2340323002: Add Origin Trials Test interface, rather than attaching trials directly to internals. (Closed)
Patch Set: Updates Created 4 years, 3 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/testing/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index 1126b602539f38d2982e14c6c50d9f38f66f2507..17c8d6285be9fd81010a54233738d4de64e582f8 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -61,6 +61,7 @@ class LayerRectList;
class LocalDOMWindow;
class LocalFrame;
class Node;
+class OriginTrialsTest;
class Page;
class PrivateScriptTest;
class Range;
@@ -283,6 +284,7 @@ public:
PrivateScriptTest* privateScriptTest() const;
DictionaryTest* dictionaryTest() const;
UnionTypesTest* unionTypesTest() const;
+ OriginTrialsTest* originTrialsTest() const;
Vector<String> getReferencedFilePaths() const;

Powered by Google App Engine
This is Rietveld 408576698