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

Unified Diff: third_party/WebKit/Source/core/testing/WorkerInternals.cpp

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.cpp
diff --git a/third_party/WebKit/Source/core/testing/WorkerInternals.cpp b/third_party/WebKit/Source/core/testing/WorkerInternals.cpp
index 703ba38664853fd46528c5a40fdce6040a5b5ca5..8407a413987ab40e80af1d87699a2700bfaf7f20 100644
--- a/third_party/WebKit/Source/core/testing/WorkerInternals.cpp
+++ b/third_party/WebKit/Source/core/testing/WorkerInternals.cpp
@@ -4,6 +4,8 @@
#include "core/testing/WorkerInternals.h"
+#include "core/testing/OriginTrialsTest.h"
+
namespace blink {
// static
@@ -20,4 +22,9 @@ WorkerInternals::WorkerInternals(ScriptState*)
{
}
+OriginTrialsTest* WorkerInternals::originTrialsTest() const
+{
+ return OriginTrialsTest::create();
+}
+
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/testing/WorkerInternals.h ('k') | third_party/WebKit/Source/core/testing/WorkerInternals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698