Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(680)

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h

Issue 2703253007: Use (i) icon and the same tooltip for the credit cards dialog and account chooser on Mac. (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 02bbee13a5c47990d044fcc3c72a1b718882d494..c996412173f256f40eae34b32e2bc9219a941496 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
@@ -29,11 +29,9 @@
- (id)initWithParentWindow:(NSWindow*)parentWindow
message:(NSString*)message
inset:(NSSize)inset
+ maxLabelWidth:(CGFloat)maxLabelWidth
arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation;
-// Maximum width that the bubble will occupy, regardless of message size.
-- (CGFloat)maxWidth;
-
// Update the current text with |message|.
- (void)setMessage:(NSString*)message;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698