Index: chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h |
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h |
index 21ba3089c5ecd0d8ab774979515b2d88953f2b34..fc1f36d55b51dcbc70db9e618abba9afb782f329 100644 |
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h |
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h |
@@ -68,7 +68,7 @@ class OmniboxPopupViewMac; |
+ (CGFloat)getContentAreaWidth:(NSRect)cellFrame; |
-+ (CGFloat)getContentTextHeight; |
++ (CGFloat)getContentTextHeight:(BOOL)isTwoLine; |
groby-ooo-7-16
2017/05/31 00:14:51
Goal for cocoa functions is usually to be readable
tommycli
2017/05/31 18:20:39
Done.
|
@end |