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

Unified Diff: third_party/WebKit/Source/core/testing/WorkerInternals.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/WorkerInternals.h
diff --git a/third_party/WebKit/Source/core/testing/WorkerInternals.h b/third_party/WebKit/Source/core/testing/WorkerInternals.h
index 8ff28584f8e5a0113265a17a2757f2a5edade293..3558f76c2e2e81d1a842709d51fcf627a7b9fbd7 100644
--- a/third_party/WebKit/Source/core/testing/WorkerInternals.h
+++ b/third_party/WebKit/Source/core/testing/WorkerInternals.h
@@ -11,11 +11,14 @@
namespace blink {
+class OriginTrialsTest;
+
class WorkerInternals final : public GarbageCollectedFinalized<WorkerInternals>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
static WorkerInternals* create(ScriptState*);
virtual ~WorkerInternals();
+ OriginTrialsTest* originTrialsTest() const;
DEFINE_INLINE_TRACE() {}
private:

Powered by Google App Engine
This is Rietveld 408576698