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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm

Issue 21724002: rAc: try really hard not to ellipsize addresses (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync'd Created 7 years, 4 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_suggestion_container.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm b/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm
index f9e6d0c25bbd668800ed1fc069bb7cdc9da2d0e1..8d27f8b2e3540c22b1044c6ad759131c58aafbb9 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm
@@ -87,8 +87,7 @@ NSRect CenterVertically(NSRect rect1, NSRect rect2) {
}
- (void)setSuggestionText:(NSString*)line1
- line2:(NSString*)line2
- withFont:(NSFont*)font {
+ line2:(NSString*)line2 {
[label_ setStringValue:line1];
[label2_ setStringValue:line2];
[label2_ setHidden:![line2 length]];

Powered by Google App Engine
This is Rietveld 408576698