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

Unified Diff: ios/showcase/content_suggestions/sc_content_suggestions_data_source.mm

Issue 2890193003: Open Most Visited items (Closed)
Patch Set: Fix showcase Created 3 years, 6 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/favicon/favicon_attributes_provider.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/content_suggestions/sc_content_suggestions_data_source.mm
diff --git a/ios/showcase/content_suggestions/sc_content_suggestions_data_source.mm b/ios/showcase/content_suggestions/sc_content_suggestions_data_source.mm
index 9e15f3dcef5abfd2e7f66ee1fb79a8566674a452..f3ed6f482633e785212ef441396623e73df4344f 100644
--- a/ios/showcase/content_suggestions/sc_content_suggestions_data_source.mm
+++ b/ios/showcase/content_suggestions/sc_content_suggestions_data_source.mm
@@ -176,7 +176,8 @@ using CSCollectionViewItem = CollectionViewItem<SuggestedContent>;
return [FaviconAttributes attributesWithMonogram:monogram
textColor:textColor
- backgroundColor:backgroundColor];
+ backgroundColor:backgroundColor
+ defaultBackgroundColor:NO];
}
// Returns a random date between now and three days before now.
« no previous file with comments | « ios/chrome/browser/ui/favicon/favicon_attributes_provider.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698