| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index 768b7e9aaa3b6440b78b7a29c631cd8f10399e2a..0f41681a7aab12cd60df3f4abca6971a7001c063 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();
|
|
|
| @@ -957,10 +950,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_;
|
|
|
|
|