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

Unified Diff: chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h

Issue 2906893004: Omnibox UI Experiments: Port Vertical Layout experiment to Mac Cocoa. (Closed)
Patch Set: fix camel case Created 3 years, 7 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/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

Powered by Google App Engine
This is Rietveld 408576698