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

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

Issue 11446034: SupportsUserData and manifest handlers for Extension; use them for the Omnibox API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + manifestdata Created 8 years 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/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 56bd1ac91676e2eb24cf74d73364a7b19ece156f..8a7df1bd4ddb48dddfa1a4c53edbfa2651a6bce8 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -428,13 +428,6 @@ class ExtensionService
// tab. In this case, |url| is also rewritten to an error URL.
bool ShouldBlockUrlInBrowserTab(GURL* url);
- // Returns the icon to display in the omnibox for the given extension.
- gfx::Image GetOmniboxIcon(const std::string& extension_id);
-
- // Returns the icon to display in the omnibox popup window for the given
- // extension.
- gfx::Image GetOmniboxPopupIcon(const std::string& extension_id);
-
// Called when the initial extensions load has completed.
virtual void OnLoadedInstalledExtensions();
@@ -972,10 +965,6 @@ class ExtensionService
// Keeps track of app notifications.
scoped_refptr<extensions::AppNotificationManager> app_notification_manager_;
- // Keeps track of favicon-sized omnibox icons for extensions.
- ExtensionIconManager omnibox_icon_manager_;
- ExtensionIconManager omnibox_popup_icon_manager_;
-
// Flag to make sure event routers are only initialized once.
bool event_routers_initialized_;
« no previous file with comments | « chrome/browser/extensions/api/omnibox/omnibox_apitest.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698