summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_util.h')
-rw-r--r--chrome/browser/extensions/extension_util.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_util.h b/chrome/browser/extensions/extension_util.h
index fb3b7ae..5ffcb9e 100644
--- a/chrome/browser/extensions/extension_util.h
+++ b/chrome/browser/extensions/extension_util.h
@@ -18,6 +18,10 @@ namespace content {
class BrowserContext;
}
+namespace gfx {
+class ImageSkia;
+}
+
namespace extensions {
class Extension;
@@ -91,6 +95,11 @@ bool HasIsolatedStorage(const ExtensionInfo& info);
bool SiteHasIsolatedStorage(const GURL& extension_site_url,
content::BrowserContext* context);
+// Returns the default extension/app icon (for extensions or apps that don't
+// have one).
+const gfx::ImageSkia& GetDefaultExtensionIcon();
+const gfx::ImageSkia& GetDefaultAppIcon();
+
} // namespace util
} // namespace extensions