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

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: updates 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 a5030edff6548abd62595bc9147fa5916a44907c..381ec53ad9e8984c64e3918611fd0b482cf30336 100644
--- a/chrome/browser/tab_contents/tab_specific_content_settings.h
+++ b/chrome/browser/tab_contents/tab_specific_content_settings.h
@@ -91,6 +91,10 @@ class TabSpecificContentSettings
// RenderViewHostDelegate::ContentSettings implementation.
virtual void OnContentBlocked(ContentSettingsType type,
const std::string& resource_identifier);
+ virtual void OnCookiesRead(const GURL& url,
+ net::CookieMonster* cookie_monster,
+ const net::CookieOptions& options,
+ bool blocked_by_policy);
virtual void OnCookieAccessed(const GURL& url,
const std::string& cookie_line,
const net::CookieOptions& options,

Powered by Google App Engine
This is Rietveld 408576698