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

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h

Issue 2065653002: Vertically align text on empty bookmarks bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed descend/ascent calculations and alignment code from GetPreferredSize() 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h
index 2d52b6e8570e1ca7a72b10f504d96406edc62eae..1282ea3fde8cd56a6564c845295384ca2951b2cf 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h
@@ -55,10 +55,6 @@ class BookmarkBarInstructionsView : public views::View,
views::Label* instructions_;
views::Link* import_link_;
- // The baseline of the child views. This is -1 if none of the views support a
- // baseline.
- int baseline_;
-
// Have the colors of the child views been updated? This is initially false
// and set to true once we have a valid ThemeProvider.
bool updated_colors_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698