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

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

Issue 15553008: Instant Extended: Reduce clipping in omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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_view_mac.h
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
index 9c7fc9fb1a512ed7990c3f32b5df2d4ce57c2e59..5fa902428b5d65f661d3d3795fef4c7a9dffd755 100644
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
@@ -178,9 +178,6 @@ class OmniboxViewMac : public OmniboxView,
// Was the delete key pressed with an empty selection at the end of the edit?
bool delete_at_end_pressed_;
- // The maximum/standard line height for the displayed text.
- CGFloat line_height_;
-
string16 suggest_text_;
DISALLOW_COPY_AND_ASSIGN(OmniboxViewMac);

Powered by Google App Engine
This is Rietveld 408576698