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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp

Issue 2715173002: Final rename from FrameLoaderClient to LocalFrameClient: (Closed)
Patch Set: Created 3 years, 10 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/loader/FrameFetchContextTest.cpp
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
index 31c5c3d497282e1a7d6e28e7cfe8c792a38d9b9e..4872586f2f9216268494b8c7c1ea0381d9699b75 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
@@ -188,7 +188,7 @@ class FrameFetchContextSubresourceFilterTest : public FrameFetchContextTest {
};
// This test class sets up a mock frame loader client.
-class FrameFetchContextMockedFrameLoaderClientTest
+class FrameFetchContextMockedLocalFrameClientTest
: public FrameFetchContextTest {
protected:
void SetUp() override {
@@ -712,7 +712,7 @@ TEST_F(FrameFetchContextTest, DisabledDataSaver) {
// Tests that the embedder gets correct notification when a resource is loaded
// from the memory cache.
-TEST_F(FrameFetchContextMockedFrameLoaderClientTest,
+TEST_F(FrameFetchContextMockedLocalFrameClientTest,
DispatchDidLoadResourceFromMemoryCache) {
ResourceRequest resourceRequest(url);
Resource* resource = MockResource::create(resourceRequest);
@@ -732,7 +732,7 @@ TEST_F(FrameFetchContextMockedFrameLoaderClientTest,
// Tests that when a resource with certificate errors is loaded from the memory
// cache, the embedder is notified.
-TEST_F(FrameFetchContextMockedFrameLoaderClientTest,
+TEST_F(FrameFetchContextMockedLocalFrameClientTest,
MemoryCacheCertificateError) {
ResourceRequest resourceRequest(url);
ResourceResponse response;

Powered by Google App Engine
This is Rietveld 408576698