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

Unified Diff: chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc

Issue 2447553003: More pre-MD odds and ends. (Closed)
Patch Set: fix mac Created 4 years, 2 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/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);
gfx::ImageSkia bg(new BlankImageSource(size), size);
expected_icon =
gfx::ImageSkiaOperations::CreateSuperimposedImage(bg, expected_icon);

Powered by Google App Engine
This is Rietveld 408576698