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

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

Issue 11269047: Add a comment for the class TabSpecificContentSettings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments (jochen) Created 8 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/content_settings/tab_specific_content_settings.h
diff --git a/chrome/browser/content_settings/tab_specific_content_settings.h b/chrome/browser/content_settings/tab_specific_content_settings.h
index 6ad0692caf7e4cdd3ad9b65225418c7ad20a55e0..1ab21f8428cce554420101b4fd45dfbff4461d67 100644
--- a/chrome/browser/content_settings/tab_specific_content_settings.h
+++ b/chrome/browser/content_settings/tab_specific_content_settings.h
@@ -34,6 +34,10 @@ namespace net {
class CookieOptions;
}
+// This class manages state about permissions, content settings, cookies and
+// site data for a specific WebContents. It tracks which content was accessed
+// and which content was blocked. Based on this it provides information about
+// which types of content were accessed and blocked.
class TabSpecificContentSettings
: public content::WebContentsObserver,
public content::NotificationObserver,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698