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

Unified Diff: chrome/browser/extensions/menu_manager.cc

Issue 2576833002: Make some updates to extension iconography. (Closed)
Patch Set: add test Created 4 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/menu_manager.cc
diff --git a/chrome/browser/extensions/menu_manager.cc b/chrome/browser/extensions/menu_manager.cc
index 1af06382d3fb0fb40a4e2dfd40fa213662d45c0d..11acf54ca5d1458c8ee8c4ea7ee8248ce2157998 100644
--- a/chrome/browser/extensions/menu_manager.cc
+++ b/chrome/browser/extensions/menu_manager.cc
@@ -872,8 +872,7 @@ void MenuManager::Observe(int type,
}
}
-const SkBitmap& MenuManager::GetIconForExtension(
- const std::string& extension_id) {
+gfx::Image MenuManager::GetIconForExtension(const std::string& extension_id) {
return icon_manager_.GetIcon(extension_id);
}

Powered by Google App Engine
This is Rietveld 408576698