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

Unified Diff: chrome/browser/renderer_host/database_permission_request.h

Issue 651023: Pass in the HostContentSettingsMap to the CookieModalDialog so IsValid can ma... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
Index: chrome/browser/renderer_host/database_permission_request.h
===================================================================
--- chrome/browser/renderer_host/database_permission_request.h (revision 39556)
+++ chrome/browser/renderer_host/database_permission_request.h (working copy)
@@ -34,11 +34,11 @@
void RequestPermission();
// CookiesPromptViewDelegate methods:
- virtual void AllowSiteData(bool remember, bool session_expire);
- virtual void BlockSiteData(bool remember);
+ virtual void AllowSiteData(bool session_expire);
+ virtual void BlockSiteData();
private:
- void SendResponse(ContentSetting content_setting, bool remember);
+ void SendResponse(ContentSetting content_setting);
// The URL to get permission for.
const GURL url_;
« no previous file with comments | « chrome/browser/net/chrome_cookie_policy.cc ('k') | chrome/browser/renderer_host/database_permission_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698