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

Unified Diff: Source/WebKit/chromium/src/FrameLoaderClientImpl.h

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/WebKit/chromium/src/FrameLoaderClientImpl.h
diff --git a/Source/WebKit/chromium/src/FrameLoaderClientImpl.h b/Source/WebKit/chromium/src/FrameLoaderClientImpl.h
index a35983fca5df07d98a3c00f29b8ee6f771866788..a9d882523f5f119807078cef1245e4da73695ebd 100644
--- a/Source/WebKit/chromium/src/FrameLoaderClientImpl.h
+++ b/Source/WebKit/chromium/src/FrameLoaderClientImpl.h
@@ -161,7 +161,7 @@ public:
virtual void didNotAllowScript();
virtual void didNotAllowPlugins();
- virtual PassRefPtr<WebCore::FrameNetworkingContext> createNetworkingContext();
+ virtual WebCookieJar* cookieJar() const;
virtual bool willCheckAndDispatchMessageEvent(WebCore::SecurityOrigin* target, WebCore::MessageEvent*) const;
virtual void didChangeName(const String&);

Powered by Google App Engine
This is Rietveld 408576698