| Index: chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
|
| index a561608a199d18856adebec50c8bbb745fb4c7c9..02bbee13a5c47990d044fcc3c72a1b718882d494 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
|
| @@ -34,6 +34,9 @@
|
| // Maximum width that the bubble will occupy, regardless of message size.
|
| - (CGFloat)maxWidth;
|
|
|
| +// Update the current text with |message|.
|
| +- (void)setMessage:(NSString*)message;
|
| +
|
| @end
|
|
|
|
|
|
|