| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index a2ee6e20bbb7f7a85ba9f190fd0de8a1fd5427d7..3e35fc813025d3c70b888f00cae3227abe1205bd 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -707,7 +707,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| // Returns true if this extension can specify |api|.
|
| bool CanSpecifyAPIPermission(const ExtensionAPIPermission* api,
|
| string16* error) const;
|
| - bool CanSpecifyComponentOnlyPermission() const;
|
| bool CanSpecifyExperimentalPermission() const;
|
|
|
| // Checks whether the host |pattern| is allowed for this extension, given API
|
|
|