diff options
author | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 07:39:12 +0000 |
---|---|---|
committer | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 07:39:12 +0000 |
commit | 5df6a5d0f551a7c277e1a908bb32957634a811f7 (patch) | |
tree | 76ae750b5e93ffeff6307584c58ae1f825634b18 /chrome/common/extensions/extension.h | |
parent | 97e539fdea1592b638834cedcec95f72de4c1de5 (diff) | |
download | chromium_src-5df6a5d0f551a7c277e1a908bb32957634a811f7.zip chromium_src-5df6a5d0f551a7c277e1a908bb32957634a811f7.tar.gz chromium_src-5df6a5d0f551a7c277e1a908bb32957634a811f7.tar.bz2 |
Disable context menu for page_action and infobar for component extensions.
BUG=chromium-os:6923
TEST=manual
Review URL: http://codereview.chromium.org/6354021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r-- | chrome/common/extensions/extension.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index f58d273..95c2151 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h @@ -364,6 +364,9 @@ class Extension : public base::RefCountedThreadSafe<Extension> { // having an NPAPI plugin). bool HasFullPermissions() const; + // Whether context menu should be shown for page and browser actions. + bool ShowConfigureContextMenus() const; + // Returns the Homepage URL for this extension. If homepage_url was not // specified in the manifest, this returns the Google Gallery URL. For // third-party extensions, this returns a blank GURL. |