| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index d8d36947db12aeffa59cbfc99b1f5c60d6f61d7b..77f64901256823dc76d2c06c7b68c14aebb8a882 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -94,6 +94,10 @@ class ExtensionPrefs {
|
| // the client's.
|
| void SetLastPingDay(const std::string& extension_id, const base::Time& time);
|
|
|
| + // Returns true if the user enabled this extension to be loaded in incognito
|
| + // mode.
|
| + bool IsIncognitoEnabled(const std::string& extension_id);
|
| + void SetIsIncognitoEnabled(const std::string& extension_id, bool enabled);
|
|
|
| // Saves ExtensionInfo for each installed extension with the path to the
|
| // version directory and the location. Blacklisted extensions won't be saved
|
|
|