| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index 51d61168aba35660e9020487ff8b7f820664d04b..70565fa95f8822c8b3f26ac17c9ad31b6136cfd5 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -526,7 +526,7 @@ class ExtensionPrefs : public ContentSettingsStore::Observer,
|
| // Checks if kPrefBlacklist is set to true in the DictionaryValue.
|
| // Return false if the value is false or kPrefBlacklist does not exist.
|
| // This is used to decide if an extension is blacklisted.
|
| - static bool IsBlacklistBitSet(base::DictionaryValue* ext);
|
| + static bool IsBlacklistBitSet(const base::DictionaryValue* ext);
|
|
|
| // Fix missing preference entries in the extensions that are were introduced
|
| // in a later Chrome version.
|
|
|