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

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

Issue 10407124: Don't force non-session only cookies to be session only cookies, instead delete on shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 7 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/content_settings/host_content_settings_map.h
diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
index 9819c3ac711a9b5abb4f2f5d0c71a32180f1ef8a..4ff2f48d44fc517c53516fc859e183cb7750b67c 100644
--- a/chrome/browser/content_settings/host_content_settings_map.h
+++ b/chrome/browser/content_settings/host_content_settings_map.h
@@ -52,6 +52,11 @@ class HostContentSettingsMap
ExtensionService* extension_service,
bool incognito);
+ // In some cases, the ExtensionService is not available at the time the
+ // HostContentSettingsMap is constructed. In these cases, we register the
+ // service once it's available.
+ void RegisterExtensionService(ExtensionService* extension_service);
jochen (gone - plz use gerrit) 2012/05/24 11:04:03 Since I create a SpecialStoragePolicy during profi
+
static void RegisterUserPrefs(PrefService* prefs);
// Returns the default setting for a particular content type. If |provider_id|

Powered by Google App Engine
This is Rietveld 408576698