diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 16:45:31 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 16:45:31 +0000 |
commit | 321ff4e5fb3c9fcb7c8fe8b16d74880254960175 (patch) | |
tree | 666e6026aa2c4abda4c3305621912d423586b076 /chrome/renderer/renderer_glue.cc | |
parent | 996417886ea2a99963ff702d29ed603718e5324a (diff) | |
download | chromium_src-321ff4e5fb3c9fcb7c8fe8b16d74880254960175.zip chromium_src-321ff4e5fb3c9fcb7c8fe8b16d74880254960175.tar.gz chromium_src-321ff4e5fb3c9fcb7c8fe8b16d74880254960175.tar.bz2 |
Revert r10974 since it didn't change performance on the page cyclers.
TBR=dglazkov
Review URL: http://codereview.chromium.org/39197
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/renderer_glue.cc')
-rw-r--r-- | chrome/renderer/renderer_glue.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/renderer/renderer_glue.cc b/chrome/renderer/renderer_glue.cc index 5f63123..9508c50 100644 --- a/chrome/renderer/renderer_glue.cc +++ b/chrome/renderer/renderer_glue.cc @@ -302,17 +302,6 @@ ResourceLoaderBridge* ResourceLoaderBridge::Create( mixed_content, 0); } -void SetCookie(const GURL& url, const GURL& policy_url, - const std::string& cookie) { - RenderThread::current()->Send(new ViewHostMsg_SetCookie(url, policy_url, cookie)); -} - -std::string GetCookies(const GURL& url, const GURL& policy_url) { - std::string cookies; - RenderThread::current()->Send(new ViewHostMsg_GetCookies(url, policy_url, &cookies)); - return cookies; -} - void NotifyCacheStats() { // Update the browser about our cache // NOTE: Since this can be called from the plugin process, we might not have |