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

Unified Diff: ash/system/chromeos/network/tray_sms.cc

Issue 175893004: Land image assets for https://codereview.chromium.org/148003003/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: ash/system/chromeos/network/tray_sms.cc
diff --git a/ash/system/chromeos/network/tray_sms.cc b/ash/system/chromeos/network/tray_sms.cc
index f323100cb9cc8d4a1fcf51882973dc69ee5799a4..d16865b03bd451f4b8563d9f4a9bb7dd8554e99e 100644
--- a/ash/system/chromeos/network/tray_sms.cc
+++ b/ash/system/chromeos/network/tray_sms.cc
@@ -127,7 +127,7 @@ class TraySms::SmsMessageView : public views::View,
close_button->SetImage(
views::CustomButton::STATE_NORMAL,
ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
- IDR_AURA_WINDOW_CLOSE));
+ IDR_AURA_UBER_TRAY_SMS_DISMISS));
const int msg_width = owner_->system_tray()->GetSystemBubble()->
bubble_view()->GetPreferredSize().width() -
(kNotificationIconWidth + kTrayPopupPaddingHorizontal * 2);
« no previous file with comments | « ash/resources/default_200_percent/cros/status/status_sms_dismiss.png ('k') | ash/wm/custom_frame_view_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698