Chromium Code Reviews| 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 f9add929e6359ced7a8a214a3fb45eede5389f59..49f93a5f8fedfb67ef1781402604c920f24168f0 100644 |
| --- a/chrome/browser/extensions/extension_ui_util.h |
| +++ b/chrome/browser/extensions/extension_ui_util.h |
| @@ -21,6 +21,13 @@ namespace ui_util { |
| bool ShouldDisplayInAppLauncher(const Extension* extension, |
| content::BrowserContext* context); |
| +// Returns true if the extension should be displayed in the app launcher. |
| +// Checks whether the extension should be hidden due to policy, but ignores |
| +// whether it is an ephemeral app. |
| +bool ShouldDisplayInAppLauncherIgnoreEphemeral( |
|
jackhou1
2014/06/05 06:58:19
Maybe ShouldDisplayInAppLauncherIncludingEphemeral
|
| + const Extension* extension, |
| + content::BrowserContext* context); |
| + |
| // Returns true if the extension should be displayed in the browser NTP. |
| // Checks whether the extension is an ephemeral app or should be hidden due to |
| // policy. |