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

Unified Diff: ios/chrome/browser/ui/favicon/favicon_view.h

Issue 2785053003: Default state for the favicon view (Closed)
Patch Set: Rebase Created 3 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 | « no previous file | ios/chrome/browser/ui/favicon/favicon_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/favicon/favicon_view.h
diff --git a/ios/chrome/browser/ui/favicon/favicon_view.h b/ios/chrome/browser/ui/favicon/favicon_view.h
index 2b88632385d48eb1d700bb583ff556bee1e5c2a3..e484c118b4f14efe72aff945e145c300ccbb3550 100644
--- a/ios/chrome/browser/ui/favicon/favicon_view.h
+++ b/ios/chrome/browser/ui/favicon/favicon_view.h
@@ -19,9 +19,9 @@ const CGFloat kFaviconPreferredSize = 24.0f;
@interface FaviconViewNew : UIView
// Configures this view with given attributes.
-- (void)configureWithAttributes:(FaviconAttributes*)attributes;
+- (void)configureWithAttributes:(nullable FaviconAttributes*)attributes;
// Sets monogram font.
-- (void)setFont:(UIFont*)font;
+- (void)setFont:(nonnull UIFont*)font;
@end
« no previous file with comments | « no previous file | ios/chrome/browser/ui/favicon/favicon_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698