Index: chrome/browser/extensions/extension_util.h |
diff --git a/chrome/browser/extensions/extension_util.h b/chrome/browser/extensions/extension_util.h |
index 49fa599c9055935b265579e883c055b0d637d423..e17759af14084588bd24479bc456a37956af4215 100644 |
--- a/chrome/browser/extensions/extension_util.h |
+++ b/chrome/browser/extensions/extension_util.h |
@@ -22,6 +22,8 @@ namespace gfx { |
class ImageSkia; |
} |
+class Profile; |
+ |
namespace extensions { |
class Extension; |
@@ -135,6 +137,9 @@ const gfx::ImageSkia& GetDefaultAppIcon(); |
// feature is stable. |
bool IsNewBookmarkAppsEnabled(); |
+// Returns true for custodian-installed extensions in a supervised profile. |
+bool IsExtensionSupervised(const Extension* extension, Profile* profile); |
+ |
} // namespace util |
} // namespace extensions |