Chromium Code Reviews| Index: chrome/browser/ui/cocoa/passwords/credential_item_button.h |
| diff --git a/chrome/browser/ui/cocoa/passwords/credential_item_button.h b/chrome/browser/ui/cocoa/passwords/credential_item_button.h |
| index 648e77aee4afc5cc613a750455f9619ccd6af3c0..a4619ec10191cbb8b280c84ed58fec673d33beae 100644 |
| --- a/chrome/browser/ui/cocoa/passwords/credential_item_button.h |
| +++ b/chrome/browser/ui/cocoa/passwords/credential_item_button.h |
| @@ -22,6 +22,11 @@ struct PasswordForm; |
| - (id)initWithFrame:(NSRect)frameRect |
| backgroundColor:(NSColor*)backgroundColor |
| hoverColor:(NSColor*)hoverColor; |
| + |
| +// Adds (i) icon with a tooltip to the view. |
| +- (NSView*)enableIcon:(NSString*)tooltip; |
|
groby-ooo-7-16
2017/02/23 00:22:49
Shouldn't this be called something like "addInfoIc
nsphu.cnht
2017/02/24 15:09:15
Done.
vasilii
2017/02/24 17:53:01
Done.
|
| + |
| +// Returns an image to be used as a default avatar. |
| + (NSImage*)defaultAvatar; |
| @end |