| Index: chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h b/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h
|
| index 2392c07a620af8568b93c248e9a03dbb838aca39..22a6e291a0edde89ae998f5a62576573e1d5bda1 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h
|
| @@ -33,6 +33,9 @@
|
| // |message| to display in the tooltip.
|
| @property(copy, nonatomic) NSString* message;
|
|
|
| +// Maximal width of the text excluding insets.
|
| +@property(nonatomic) CGFloat maxTooltipWidth;
|
| +
|
| - (id)initWithArrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation;
|
| - (void)setImage:(NSImage*)image;
|
|
|
|
|