Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2488)

Unified Diff: chrome/browser/extensions/extensions_service.h

Issue 332021: Move page actions over to ExtensionAction2 (Closed)
Patch Set: Review feedback Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698