| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 45f943b8e12d6b038ff56d248486751c8150f525..4c9986b055aba67ff5d6cb8136b4feab06db23aa 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -802,7 +802,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| string16* error);
|
| bool LoadExtensionFeatures(APIPermissionSet* api_permissions,
|
| string16* error);
|
| - bool LoadManifestHandlerFeatures(string16* error);
|
| bool LoadContentScripts(string16* error);
|
| bool LoadPageAction(string16* error);
|
| bool LoadBrowserAction(string16* error);
|
|
|