| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index 994a6a6eb99a9f5be392d7ddfaabbbf123b9b501..c1868e565f8bb1a7d9dfa9a2da51d85f51164dd4 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -173,7 +173,8 @@ class ExtensionPrefs : public ExtensionContentSettingsStore::Observer {
|
|
|
| // Is the extension with |extension_id| allowed by policy (checking both
|
| // whitelist and blacklist).
|
| - bool IsExtensionAllowedByPolicy(const std::string& extension_id);
|
| + bool IsExtensionAllowedByPolicy(const std::string& extension_id,
|
| + Extension::Location location);
|
|
|
| // Returns the last value set via SetLastPingDay. If there isn't such a
|
| // pref, the returned Time will return true for is_null().
|
|
|