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

Unified Diff: chrome/browser/tab_contents/tab_specific_content_settings.h

Issue 5318002: Also register read cookies in the content settings delegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/tab_contents/tab_specific_content_settings.h
diff --git a/chrome/browser/tab_contents/tab_specific_content_settings.h b/chrome/browser/tab_contents/tab_specific_content_settings.h
index 5cc9213834ec1b52772ec19d303dc17add9af355..5d6d4cd3304e38a2c50bcb984ff643ad912ddb59 100644
--- a/chrome/browser/tab_contents/tab_specific_content_settings.h
+++ b/chrome/browser/tab_contents/tab_specific_content_settings.h
@@ -91,6 +91,9 @@ class TabSpecificContentSettings
// RenderViewHostDelegate::ContentSettings implementation.
virtual void OnContentBlocked(ContentSettingsType type,
const std::string& resource_identifier);
+ virtual void OnCookiesRead(const GURL& url,
+ const net::CookieMonster::CookieList& cookie_list,
+ bool blocked_by_policy);
virtual void OnCookieAccessed(const GURL& url,
const std::string& cookie_line,
bool blocked_by_policy);

Powered by Google App Engine
This is Rietveld 408576698