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

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

Issue 306044: Refactor implementation of BrowserActions, and add support for (Closed)
Patch Set: Make it work on linux too 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
« no previous file with comments | « chrome/browser/extensions/extension_file_util.cc ('k') | chrome/browser/extensions/extensions_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extensions_service.h
diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
index 4235c22f6b2c4f95a420657b6efa94915e574bbb..0dad4cd2619c99fae27483f8dceae37b4a95048a 100644
--- a/chrome/browser/extensions/extensions_service.h
+++ b/chrome/browser/extensions/extensions_service.h
@@ -106,10 +106,6 @@ class ExtensionsService
// they belong to.
std::vector<ExtensionAction*> GetPageActions() const;
- // Retrieves a vector of all browser actions, irrespective of which extension
- // they belong to.
- std::vector<ExtensionAction*> GetBrowserActions(bool include_popups) 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
@@ -249,13 +245,6 @@ class ExtensionsService
// Handles sending notification that |extension| was unloaded.
void NotifyExtensionUnloaded(Extension* extension);
- // Retrieves a vector of all page actions or browser actions, irrespective of
- // which extension they belong to. If |include_popups| is false, actions that
- // are popups are excluded.
- std::vector<ExtensionAction*> GetExtensionActions(
- ExtensionAction::ExtensionActionType action_type,
- bool include_popups) const;
-
// The profile this ExtensionsService is part of.
Profile* profile_;
« no previous file with comments | « chrome/browser/extensions/extension_file_util.cc ('k') | chrome/browser/extensions/extensions_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698