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

Unified Diff: chrome/browser/extensions/extension_prefs.h

Issue 7088017: Split incognito extension content settings in session-only and persistent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 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/extensions/extension_prefs.h
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
index 55e87a71a193522034c6c73e558e76f4e9229e89..5d08ca5821f5c09dd272d4fda2bdc157eeea8dc0 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -327,6 +327,9 @@ class ExtensionPrefs : public ExtensionContentSettingsStore::Observer {
// for |pref_key| *and* it is specific to incognito mode.
bool HasIncognitoPrefValue(const std::string& pref_key);
+ // TODO
battre 2011/06/03 18:48:36 why TODO?
Bernhard Bauer 2011/06/03 20:34:28 As a reminder for me to add a comment, and it work
+ void ClearIncognitoSessionOnlySettings();
battre 2011/06/03 18:48:36 "ClearIncognitoSessionOnly***Content***Settings"?
Bernhard Bauer 2011/06/03 20:34:28 Done.
+
// Helper method to acquire the installation time of an extension.
// Returns base::Time() if the installation time could not be parsed or
// found.

Powered by Google App Engine
This is Rietveld 408576698