| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index ae05fd960737ac0aa723ae5683a6e3a92f1e70e1..6fc95c7cbaf89b36b62151b77318ea69a867a67e 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -387,6 +387,11 @@ class ExtensionPrefs : public extensions::ContentSettingsStore::Observer,
|
| const std::string& pref_key,
|
| bool incognito);
|
|
|
| + // Returns true if extension |extension_id| currently controls the
|
| + // preference, *and* it is specific to incognito mode.
|
| + bool DoesExtensionControlIncognitoPref(const std::string& extension_id,
|
| + const std::string& pref_key);
|
| +
|
| // Returns true if there is an extension which controls the preference value
|
| // for |pref_key| *and* it is specific to incognito mode.
|
| bool HasIncognitoPrefValue(const std::string& pref_key);
|
|
|