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

Unified Diff: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h

Issue 1998493002: Update omnibox chips in MD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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/views/location_bar/icon_label_bubble_view.h
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
index 2864d97e9d769d49dca7d56a8ee4e5ca913cb1ab..33f2d7667e77c9c4e8f407b09c2dfb3c50ca04bd 100644
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
@@ -123,14 +123,6 @@ class IconLabelBubbleView : public views::InkDropHostView {
views::ImageView* image_;
views::Label* label_;
- // How much horizontal padding (fully-transparent columns) is inside the
- // image. These are subtracted from the desired padding values when
- // calculating the padding around the image, so that the image always appears
- // to have the same visible padding no matter what its composition is. Only
- // used in MD.
- int builtin_leading_padding_;
- int builtin_trailing_padding_;
-
bool is_extension_icon_;
// This is only used in pre-MD. In MD, the background color is derived from
« no previous file with comments | « chrome/browser/ui/layout_constants.cc ('k') | chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698