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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_view.h

Issue 1685763004: Fix various issues with popup/app window layout/drawing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Fix unittest Created 4 years, 10 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/toolbar/toolbar_view.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
index d41a4465d6eece28fd0a12c0af5d22dd3781deed..09c7041f753e017e76d0ddbd8d4b7c1f360472d8 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -169,9 +169,6 @@ class ToolbarView : public views::AccessiblePaneView,
AppMenuIconPainter::Severity severity,
bool animate) override;
- // Returns the number of pixels above the location bar in non-normal display.
- int PopupTopSpacing() const;
-
// Used to avoid duplicating the near-identical logic of
// ToolbarView::GetPreferredSize() and ToolbarView::GetMinimumSize(). These
// two functions call through to GetSizeInternal(), passing themselves as the
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/browser/ui/views/toolbar/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698