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

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

Issue 2075443002: Remove IconLabelView layout constants. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/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 71d58816851f76b571b39da2b630c5dabf07ae57..d6ffdc572c79faf2fb8c11f043996fea39e6e1f9 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
@@ -31,6 +31,8 @@ class Painter;
// tab-to-search UI, and content settings.
class IconLabelBubbleView : public views::InkDropHostView {
public:
+ static constexpr int kTrailingPaddingPreMD = 2;
Evan Stade 2016/06/15 23:08:41 nit: Md
Peter Kasting 2016/06/16 04:39:09 Done.
+
IconLabelBubbleView(int contained_image,
const gfx::FontList& font_list,
SkColor parent_background_color,
« 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