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

Unified Diff: Source/core/loader/FrameLoaderClient.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/core/loader/FrameLoaderClient.h
diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
index b1a6a1ed1b228af53c97d4276068fecf3f5ab68a..1a41b4c7cc332425d1517558e2d378a8dcc29c3e 100644
--- a/Source/core/loader/FrameLoaderClient.h
+++ b/Source/core/loader/FrameLoaderClient.h
@@ -44,6 +44,10 @@ class Context;
template<class T> class Handle;
}
+namespace WebKit {
+class WebCookieJar;
+}
+
namespace WebCore {
class CachedResourceRequest;
@@ -219,7 +223,7 @@ namespace WebCore {
// This callback is similar, but for plugins.
virtual void didNotAllowPlugins() { }
- virtual PassRefPtr<FrameNetworkingContext> createNetworkingContext() = 0;
+ virtual WebKit::WebCookieJar* cookieJar() const = 0;
// Returns true if the embedder intercepted the postMessage call
virtual bool willCheckAndDispatchMessageEvent(SecurityOrigin* /*target*/, MessageEvent*) const { return false; }

Powered by Google App Engine
This is Rietveld 408576698