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

Unified Diff: ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm

Issue 2638953002: [ios] Put back clock open for recently closed image. (Closed)
Patch Set: Add back 1x image Created 3 years, 11 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 | « ios/chrome/browser/ui/ntp/BUILD.gn ('k') | ios/chrome/browser/ui/ntp/resources/ntp_opentabs_clock.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm
diff --git a/ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm b/ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm
index 74fb81bf973cd03547cebe621ec735c0338a53b5..c0c2573430fed011502a61e3c1d3ec64f9c7c393 100644
--- a/ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm
+++ b/ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm
@@ -29,7 +29,7 @@ const CGFloat kDesiredHeight = 48;
if (self) {
UIImageView* icon = [[UIImageView alloc] initWithImage:nil];
[icon setTranslatesAutoresizingMaskIntoConstraints:NO];
- [icon setImage:[UIImage imageNamed:@"ntp_opentabs"]];
+ [icon setImage:[UIImage imageNamed:@"ntp_opentabs_clock"]];
UILabel* label = [[UILabel alloc] initWithFrame:CGRectZero];
[label setTranslatesAutoresizingMaskIntoConstraints:NO];
« no previous file with comments | « ios/chrome/browser/ui/ntp/BUILD.gn ('k') | ios/chrome/browser/ui/ntp/resources/ntp_opentabs_clock.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698