| Index: chrome/browser/extensions/extension_util.h
|
| diff --git a/chrome/browser/extensions/extension_util.h b/chrome/browser/extensions/extension_util.h
|
| index 0790df209fecd6883460a83b89880b7dc34a792e..9d99cb273c29d36a70cda47efb8938fde6528c31 100644
|
| --- a/chrome/browser/extensions/extension_util.h
|
| +++ b/chrome/browser/extensions/extension_util.h
|
| @@ -122,10 +122,6 @@ bool CanHostedAppsOpenInWindows();
|
| // Returns true for custodian-installed extensions in a supervised profile.
|
| bool IsExtensionSupervised(const Extension* extension, Profile* profile);
|
|
|
| -// Returns true if supervised users need approval from their custodian for
|
| -// approving escalated permissions on updated extensions.
|
| -bool NeedCustodianApprovalForPermissionIncrease(const Profile* profile);
|
| -
|
| } // namespace util
|
| } // namespace extensions
|
|
|
|
|