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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_tooltip_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
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;

Powered by Google App Engine
This is Rietveld 408576698