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

Unified Diff: chrome/common/badge_util.h

Issue 1214243003: [Extensions UI] Clean up extension icon generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/common/badge_util.h
diff --git a/chrome/common/badge_util.h b/chrome/common/badge_util.h
index 46aac21b045a24d73a512ec9bc7c63ca3858133e..b6b8dccc74af1632da5d56f63beebdcaf8e28509 100644
--- a/chrome/common/badge_util.h
+++ b/chrome/common/badge_util.h
@@ -32,8 +32,7 @@ void PaintBadge(gfx::Canvas* canvas,
const std::string& text,
const SkColor& text_color_in,
const SkColor& background_color_in,
- int icon_width,
- extensions::ActionInfo::Type action_type);
+ int icon_width);
} // namespace badge_util

Powered by Google App Engine
This is Rietveld 408576698