Chromium Code Reviews| Index: chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc |
| diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc b/chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc |
| index 692f52b3136290b29949dfc70d507a9464e4c51a..97685a770c3dafac67a5ce1c55c4aff5188df490 100644 |
| --- a/chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc |
| +++ b/chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc |
| @@ -124,8 +124,8 @@ IN_PROC_BROWSER_TEST_F(PageActionImageViewInteractiveUITest, |
| // We need to resize the expected icon to be the size of the page action |
| // button for comparison purposes. |
| - const gfx::Size size(extension_misc::EXTENSION_ICON_ACTION, |
| - extension_misc::EXTENSION_ICON_ACTION); |
| + const gfx::Size size(extension_misc::EXTENSION_ICON_BITTY, |
| + extension_misc::EXTENSION_ICON_BITTY); |
|
Peter Kasting
2016/10/26 03:28:47
Shouldn't this also use ExtensionAction::ActionIco
Evan Stade
2016/11/02 00:41:13
Done.
|
| gfx::ImageSkia bg(new BlankImageSource(size), size); |
| expected_icon = |
| gfx::ImageSkiaOperations::CreateSuperimposedImage(bg, expected_icon); |