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

Unified Diff: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)
Patch Set: another try Created 3 years, 11 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/platform/testing/TestingPlatformSupport.cpp
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
index 9fea2defa65799960987636f000ae7d732a869d3..75d00bb44bdb3d3d95ab8b28a3b383d1cdff1643 100644
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
@@ -42,6 +42,7 @@
#include "mojo/public/cpp/bindings/strong_binding.h"
#include "platform/HTTPNames.h"
#include "platform/heap/Heap.h"
+#include "platform/loader/fetch/FetchInitiatorTypeNames.h"
#include "platform/network/mime/MockMimeRegistry.h"
#include "platform/scheduler/base/real_time_domain.h"
#include "platform/scheduler/base/task_queue_manager.h"
@@ -342,6 +343,7 @@ ScopedUnittestsEnvironmentSetup::ScopedUnittestsEnvironmentSetup(int argc,
ThreadState::current()->registerTraceDOMWrappers(nullptr, nullptr, nullptr,
nullptr);
HTTPNames::init();
+ FetchInitiatorTypeNames::init();
}
ScopedUnittestsEnvironmentSetup::~ScopedUnittestsEnvironmentSetup() {}

Powered by Google App Engine
This is Rietveld 408576698