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

Unified Diff: extensions/browser/extension_icon_placeholder.cc

Issue 2447553003: More pre-MD odds and ends. (Closed)
Patch Set: fix typo Created 4 years, 1 month 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: extensions/browser/extension_icon_placeholder.cc
diff --git a/extensions/browser/extension_icon_placeholder.cc b/extensions/browser/extension_icon_placeholder.cc
index fc372864004694c19315af778e8637c49cbc501f..ead79cecec9d15aabcc8e1ef24ab2ae53cbb63ba 100644
--- a/extensions/browser/extension_icon_placeholder.cc
+++ b/extensions/browser/extension_icon_placeholder.cc
@@ -26,7 +26,6 @@ ui::ResourceBundle::FontStyle GetFontStyleForIconSize(
case extension_misc::EXTENSION_ICON_INVALID:
case extension_misc::EXTENSION_ICON_BITTY:
return ui::ResourceBundle::SmallFont;
- case extension_misc::EXTENSION_ICON_ACTION:
case extension_misc::EXTENSION_ICON_SMALLISH:
case extension_misc::EXTENSION_ICON_SMALL:
return ui::ResourceBundle::MediumFont;
@@ -51,7 +50,6 @@ gfx::Image GetBackgroundImageForIconSize(extension_misc::ExtensionIcons size) {
switch (size) {
case extension_misc::EXTENSION_ICON_INVALID:
case extension_misc::EXTENSION_ICON_BITTY:
- case extension_misc::EXTENSION_ICON_ACTION:
case extension_misc::EXTENSION_ICON_SMALLISH:
case extension_misc::EXTENSION_ICON_SMALL:
resource_id = IDR_EXTENSION_ACTION_PLAIN_BACKGROUND;
« no previous file with comments | « chrome/common/extensions/api/extension_action/page_action_manifest_unittest.cc ('k') | extensions/common/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698