| 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..79554dd0558a86dce004afbb86fac50f4d78e3ba 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*)addInfoIcon:(NSString*)tooltip;
|
| +
|
| +// Returns an image to be used as a default avatar.
|
| + (NSImage*)defaultAvatar;
|
| @end
|
|
|
|
|