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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_result_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: 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_result_view.h
diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.h b/chrome/browser/ui/views/omnibox/omnibox_result_view.h
index 137f547ae213d78209e551cb7d4431fa02a41342..7cbc773498f22bace76a9318c2ca716a0b7cea9d 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_result_view.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.h
@@ -188,13 +188,6 @@ class OmniboxResultView : public views::View,
int text_type,
bool is_bold) const;
- // Returns the necessary margin, if any, at the start and end of the view.
- // This allows us to keep the icon and text in the view aligned with the
- // location bar contents. For a left-to-right language, StartMargin()
- // and EndMargin() correspond to the left and right margins, respectively.
- int StartMargin() const;
- int EndMargin() const;
-
static int default_icon_size_;
// This row's model and model index.

Powered by Google App Engine
This is Rietveld 408576698