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

Unified Diff: content/public/renderer/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_frame/urlmon_url_request.cc ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/content_renderer_client.h
===================================================================
--- content/public/renderer/content_renderer_client.h (revision 240900)
+++ content/public/renderer/content_renderer_client.h (working copy)
@@ -208,10 +208,6 @@
const GURL& first_party_for_cookies,
GURL* new_url);
- // Whether to pump events when sending sync cookie messages. Needed if the
- // embedder can potentiall put up a modal dialog on the UI thread as a result.
- virtual bool ShouldPumpEventsDuringCookieMessage();
-
// See the corresponding functions in blink::WebFrameClient.
virtual void DidCreateScriptContext(blink::WebFrame* frame,
v8::Handle<v8::Context> context,
@@ -230,20 +226,6 @@
const RenderFrame* render_frame,
blink::WebPageVisibilityState* override_state);
- // Return true if the GetCookie request will be handled by the embedder.
- // Cookies are returned in the cookie parameter.
- virtual bool HandleGetCookieRequest(RenderView* sender,
- const GURL& url,
- const GURL& first_party_for_cookies,
- std::string* cookies);
-
- // Return true if the SetCookie request will be handled by the embedder.
- // Cookies to be set are passed in the value parameter.
- virtual bool HandleSetCookieRequest(RenderView* sender,
- const GURL& url,
- const GURL& first_party_for_cookies,
- const std::string& value);
-
// Allows an embedder to return custom PPAPI interfaces.
virtual const void* CreatePPAPIInterface(
const std::string& interface_name);
« no previous file with comments | « chrome_frame/urlmon_url_request.cc ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698