| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index f58d27306fe393ee351e97e020f24d049663b354..95c215187e956e05667196b70e02e1adb47ca987 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.
|
|
|