| 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..766a3009512262f8640ae5e414e254543bda8d25 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);
|
|
|
| + // Clears incognito session-only content settings for all extensions.
|
| + void ClearIncognitoSessionOnlyContentSettings();
|
| +
|
| // Helper method to acquire the installation time of an extension.
|
| // Returns base::Time() if the installation time could not be parsed or
|
| // found.
|
|
|