summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/crx_installer.h
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 05:55:32 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 05:55:32 +0000
commitc690a981436bb6a6d69ab8df959ffa5b116bf356 (patch)
treedfb4134472778bdb6409679faec3fea2e4946633 /chrome/browser/extensions/crx_installer.h
parent5d39e314de21a384eaa226d4875b6a6e8e1bea17 (diff)
downloadchromium_src-c690a981436bb6a6d69ab8df959ffa5b116bf356.zip
chromium_src-c690a981436bb6a6d69ab8df959ffa5b116bf356.tar.gz
chromium_src-c690a981436bb6a6d69ab8df959ffa5b116bf356.tar.bz2
Add the right-click context menu for Browser actions and Page Actions.
BUG=29538 TEST=Right-click an extension icon and make sure all the options work for both Page and Browser actions (Options should be grayed out when there is no Options page specified in the manifest). Review URL: http://codereview.chromium.org/486022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/crx_installer.h')
-rw-r--r--chrome/browser/extensions/crx_installer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
index 2f0843e..30f0cd5 100644
--- a/chrome/browser/extensions/crx_installer.h
+++ b/chrome/browser/extensions/crx_installer.h
@@ -71,11 +71,6 @@ class CrxInstaller
ExtensionsService* frontend,
ExtensionInstallUI* client);
- // Given the path to the large icon from an extension, read it if present and
- // decode it into result.
- static void DecodeInstallIcon(const FilePath& large_icon_path,
- scoped_ptr<SkBitmap>* result);
-
// ExtensionInstallUI::Delegate
virtual void InstallUIProceed();
virtual void InstallUIAbort();