Chromium Code Reviews| 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. |