Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(854)

Unified Diff: chrome/browser/extensions/extension_ui_util.h

Issue 2645863004: Simplify managing visibility of extensions in settings. (Closed)
Patch Set: Fixed logic so tests pass. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_ui_util.cc » ('j') | extensions/common/extension.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_ui_util.cc » ('j') | extensions/common/extension.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698