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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h

Issue 2070733002: Update omnibox dropdown selection/hover background drawing for MD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scaled_radius
Patch Set: Use BackgroundWith1PxBorder to do the drawing Created 4 years, 6 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/views/omnibox/omnibox_popup_contents_view.h
diff --git a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
index 7c90855a11e47aea7dcb79e62a4a499a6a262208..151588c3887c81b9f9754803aee7df3774981f8b 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
@@ -73,8 +73,6 @@ class OmniboxPopupContentsView : public views::View,
bool IsStarredMatch(const AutocompleteMatch& match) const;
int max_match_contents_width() const { return max_match_contents_width_; }
- int start_margin() const { return start_margin_; }
- int end_margin() const { return end_margin_; }
protected:
OmniboxPopupContentsView(const gfx::FontList& font_list,

Powered by Google App Engine
This is Rietveld 408576698