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

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

Issue 10829370: Make search icon in omnibox results hidpi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 448b62f1eb8ad62ebbddd8bd1e9b6d06e52aa65c..16296626f187fc037463b0bdc843195d8d11fcb0 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -384,11 +384,11 @@ class ExtensionService
bool ExtensionBindingsAllowed(const GURL& url);
// Returns the icon to display in the omnibox for the given extension.
- const SkBitmap& GetOmniboxIcon(const std::string& extension_id);
+ gfx::Image GetOmniboxIcon(const std::string& extension_id);
// Returns the icon to display in the omnibox popup window for the given
// extension.
- const SkBitmap& GetOmniboxPopupIcon(const std::string& extension_id);
+ gfx::Image GetOmniboxPopupIcon(const std::string& extension_id);
// Called when the initial extensions load has completed.
virtual void OnLoadedInstalledExtensions();
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | chrome/browser/extensions/extension_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698