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

Unified Diff: chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc

Issue 12703039: Inconsistent use of [x] close panel icon. Code changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added recently added local NTP file. Created 7 years, 9 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
« no previous file with comments | « chrome/browser/ui/views/notifications/balloon_view_views.cc ('k') | chrome/browser/ui/views/tabs/tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc
diff --git a/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc b/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc
index d3a14cccb866347cc996b3f505e1db089e048aac..005850776976f68ad5218b956931912cae85f924 100644
--- a/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc
+++ b/chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc
@@ -110,11 +110,11 @@ void OneClickSigninDialogView::InitContent(views::GridLayout* layout) {
close_button_ = new views::ImageButton(this);
close_button_->SetImage(views::ImageButton::STATE_NORMAL,
- rb.GetImageNamed(IDR_CLOSE_BAR).ToImageSkia());
+ rb.GetImageNamed(IDR_CLOSE_2).ToImageSkia());
close_button_->SetImage(views::ImageButton::STATE_HOVERED,
- rb.GetImageNamed(IDR_CLOSE_BAR_H).ToImageSkia());
+ rb.GetImageNamed(IDR_CLOSE_2_H).ToImageSkia());
close_button_->SetImage(views::ImageButton::STATE_PRESSED,
- rb.GetImageNamed(IDR_CLOSE_BAR_P).ToImageSkia());
+ rb.GetImageNamed(IDR_CLOSE_2_P).ToImageSkia());
layout->AddView(close_button_);
}
« no previous file with comments | « chrome/browser/ui/views/notifications/balloon_view_views.cc ('k') | chrome/browser/ui/views/tabs/tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698