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

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

Issue 2874923002: Omnibox UI Experiments: Port vertical margin experiment to Cocoa. (Closed)
Patch Set: remove a pixel 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 47213701f96440cabe3afa5e6f727fd3c7441f23..21ba3089c5ecd0d8ab774979515b2d88953f2b34 100644
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h
@@ -68,8 +68,8 @@ class OmniboxPopupViewMac;
+ (CGFloat)getContentAreaWidth:(NSRect)cellFrame;
-@end
++ (CGFloat)getContentTextHeight;
-const CGFloat kContentLineHeight = 25.0;
+@end
#endif // CHROME_BROWSER_UI_COCOA_OMNIBOX_OMNIBOX_POPUP_CELL_H_

Powered by Google App Engine
This is Rietveld 408576698