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

Unified Diff: chrome/browser/ui/cocoa/image_button_cell_unittest.mm

Issue 2374803002: Remove a bunch of pre-MD toolbar code and assets. (Closed)
Patch Set: fix mac? Created 4 years, 3 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/cocoa/image_button_cell_unittest.mm
diff --git a/chrome/browser/ui/cocoa/image_button_cell_unittest.mm b/chrome/browser/ui/cocoa/image_button_cell_unittest.mm
index db3e02e7e239561c3ed5312fd11e17eb2e3219e2..8116b68f4acc708bcb927042faf39114ff3dd0ad 100644
--- a/chrome/browser/ui/cocoa/image_button_cell_unittest.mm
+++ b/chrome/browser/ui/cocoa/image_button_cell_unittest.mm
@@ -79,12 +79,12 @@ TEST_F(ImageButtonCellTest, DisplayWithDisabled) {
}
TEST_F(ImageButtonCellTest, NewImageCausesDisplay) {
- [[view_ cell] setImageID:IDR_STOP
+ [[view_ cell] setImageID:IDR_FORWARD
forButtonState:image_button_cell::kDefaultState];
[view_ display];
EXPECT_FALSE([view_ needsDisplay]);
- [[view_ cell] setImageID:IDR_RELOAD
+ [[view_ cell] setImageID:IDR_FORWARD_D
forButtonState:image_button_cell::kDefaultState];
EXPECT_TRUE([view_ needsDisplay]);
}

Powered by Google App Engine
This is Rietveld 408576698