| Index: chrome/browser/extensions/extension_ui_util.h
|
| diff --git a/chrome/browser/extensions/extension_ui_util.h b/chrome/browser/extensions/extension_ui_util.h
|
| index c49c2bc61376794983494ac2655bff5734a011bc..f05335ce363bee92d378672af7bf71a794ef8729 100644
|
| --- a/chrome/browser/extensions/extension_ui_util.h
|
| +++ b/chrome/browser/extensions/extension_ui_util.h
|
| @@ -39,13 +39,6 @@ bool ShouldDisplayInNewTabPage(const Extension* extension,
|
| bool ShouldDisplayInExtensionSettings(const Extension* extension,
|
| content::BrowserContext* context);
|
|
|
| -// Returns true if the extension should not be shown anywhere. This is
|
| -// mostly the same as the extension being a component extension, but also
|
| -// includes non-component apps that are hidden from the app launcher and NTP,
|
| -// as well as ephemeral apps.
|
| -bool ShouldNotBeVisible(const Extension* extension,
|
| - content::BrowserContext* context);
|
| -
|
| } // namespace ui_util
|
| } // namespace extensions
|
|
|
|
|