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

Unified Diff: chrome/renderer/chrome_content_renderer_client.h

Issue 102763005: Remove the ChromeFrame specific cookie code between the renderer and browser process. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years 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 | « chrome/common/render_messages.h ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_content_renderer_client.h
===================================================================
--- chrome/renderer/chrome_content_renderer_client.h (revision 240900)
+++ chrome/renderer/chrome_content_renderer_client.h (working copy)
@@ -104,7 +104,6 @@
const GURL& url,
const GURL& first_party_for_cookies,
GURL* new_url) OVERRIDE;
- virtual bool ShouldPumpEventsDuringCookieMessage() OVERRIDE;
virtual void DidCreateScriptContext(blink::WebFrame* frame,
v8::Handle<v8::Context> context,
int extension_group,
@@ -119,14 +118,6 @@
virtual bool ShouldOverridePageVisibilityState(
const content::RenderFrame* render_frame,
blink::WebPageVisibilityState* override_state) OVERRIDE;
- virtual bool HandleGetCookieRequest(content::RenderView* sender,
- const GURL& url,
- const GURL& first_party_for_cookies,
- std::string* cookies) OVERRIDE;
- virtual bool HandleSetCookieRequest(content::RenderView* sender,
- const GURL& url,
- const GURL& first_party_for_cookies,
- const std::string& value) OVERRIDE;
virtual bool AllowBrowserPlugin(
blink::WebPluginContainer* container) OVERRIDE;
virtual const void* CreatePPAPIInterface(
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698