| Index: chrome/browser/extensions/extensions_service.h
|
| diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
|
| index 0dad4cd2619c99fae27483f8dceae37b4a95048a..ecd670d26ec66d52dbab2d8c1a43476b4596f8c9 100644
|
| --- a/chrome/browser/extensions/extensions_service.h
|
| +++ b/chrome/browser/extensions/extensions_service.h
|
| @@ -102,10 +102,6 @@ class ExtensionsService
|
| return GetExtensionByIdInternal(id, true, false);
|
| }
|
|
|
| - // Retrieves a vector of all page actions, irrespective of which extension
|
| - // they belong to.
|
| - std::vector<ExtensionAction*> GetPageActions() const;
|
| -
|
| // Install the extension file at |extension_path|. Will install as an
|
| // update if an older version is already installed.
|
| // For fresh installs, this method also causes the extension to be
|
|
|