From 06ab83c188942061620a6e88e03a939bb0ffb3b7 Mon Sep 17 00:00:00 2001 From: "mukai@chromium.org" Date: Tue, 17 Jun 2014 08:22:47 +0000 Subject: Adds an item for loaded app. A big todo is to load the icon correctly. extension_icon_image is still under chrome/browser for multiple reasons. BUG=380421 R=jamescook@chromium.org, oshima@chromium.org TBR=miket@chromium.org TEST=manually Review URL: https://codereview.chromium.org/336263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277668 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/shell/browser/shell_extension_system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/shell') diff --git a/apps/shell/browser/shell_extension_system.h b/apps/shell/browser/shell_extension_system.h index f977161..c451edd 100644 --- a/apps/shell/browser/shell_extension_system.h +++ b/apps/shell/browser/shell_extension_system.h @@ -45,6 +45,8 @@ class ShellExtensionSystem : public ExtensionSystem { // KeyedService implementation: virtual void Shutdown() OVERRIDE; + scoped_refptr extension() { return extension_; } + // ExtensionSystem implementation: virtual void InitForRegularProfile(bool extensions_enabled) OVERRIDE; virtual ExtensionService* extension_service() OVERRIDE; -- cgit v1.1