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

Unified Diff: webkit/tools/test_shell/simple_resource_loader_bridge.cc

Issue 39177: Temporarily disable cookie codepaths that use WebKitClient to analyze... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « webkit/glue/webkit_glue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/simple_resource_loader_bridge.cc
===================================================================
--- webkit/tools/test_shell/simple_resource_loader_bridge.cc (revision 10924)
+++ webkit/tools/test_shell/simple_resource_loader_bridge.cc (working copy)
@@ -516,6 +516,15 @@
return rv == net::OK;
}
+void SetCookie(const GURL& url, const GURL& policy_url,
+ const std::string& cookie) {
+ SimpleResourceLoaderBridge::SetCookie(url, policy_url, cookie);
+}
+
+std::string GetCookies(const GURL& url, const GURL& policy_url) {
+ return SimpleResourceLoaderBridge::GetCookies(url, policy_url);
+}
+
} // namespace webkit_glue
//-----------------------------------------------------------------------------
« no previous file with comments | « webkit/glue/webkit_glue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698