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

Unified Diff: Source/core/loader/EmptyClients.cpp

Issue 16140020: Delete NetworkingContext and its subclasses. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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: Source/core/loader/EmptyClients.cpp
diff --git a/Source/core/loader/EmptyClients.cpp b/Source/core/loader/EmptyClients.cpp
index 76d3f17e38d42d227c5e37e0625bdf0a7112624c..e4e38ab8f71785c64116975f9071820b01fe5232 100644
--- a/Source/core/loader/EmptyClients.cpp
+++ b/Source/core/loader/EmptyClients.cpp
@@ -31,7 +31,6 @@
#include "core/html/HTMLFormElement.h"
#include "core/loader/DocumentLoader.h"
#include "core/loader/FormState.h"
-#include "core/loader/FrameNetworkingContext.h"
#include "core/page/Frame.h"
#include "core/platform/DateTimeChooser.h"
#include "core/platform/FileChooser.h"
@@ -130,11 +129,6 @@ PassRefPtr<Widget> EmptyFrameLoaderClient::createJavaAppletWidget(const IntSize&
return 0;
}
-PassRefPtr<FrameNetworkingContext> EmptyFrameLoaderClient::createNetworkingContext()
-{
- return PassRefPtr<FrameNetworkingContext>();
-}
-
void EmptyTextCheckerClient::requestCheckingOfString(PassRefPtr<TextCheckingRequest>)
{
}

Powered by Google App Engine
This is Rietveld 408576698