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 b6538e85f269f15fdb2b7173e80664001234c459..ebdbfd138da00e9aa51a1541bc19f0fe77a01f48 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h |
@@ -21,6 +21,9 @@ |
- (id)initWithParentWindow:(NSWindow*)parentWindow |
message:(NSString*)message; |
+// Maximum width that the bubble will occupy, regardless of message size. |
+- (CGFloat)maxWidth; |
+ |
@end |