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

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

Issue 1455193003: Draw popup window toolbars as only containing a location bar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arbitrary_heights
Patch Set: Glass cleanups Created 5 years, 1 month 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/location_bar_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index 2475079c1a44d84753920552ecf515f1d2ad21ee..872e1345bc46e9dfd83a45b0393c4a52535209c8 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -275,11 +275,8 @@ class LocationBarView : public LocationBar,
// |view| should add to the trailing width after the omnibox.
int IncrementalMinimumWidth(views::View* view) const;
- // Returns the thickness of any visible left and right edge, in pixels.
- int GetHorizontalEdgeThickness() const;
-
- // The same, but for the top and bottom edges.
- int GetVerticalEdgeThickness() const;
+ // Returns the thickness of any visible edge, in pixels.
+ int GetEdgeThickness() const;
// The vertical padding to be applied to all contained views.
int VerticalPadding() const;

Powered by Google App Engine
This is Rietveld 408576698