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

Unified Diff: chrome/browser/ui/views/frame/browser_view_layout.h

Issue 14230025: Make the relationship between the find bar position and the top container height more obvious (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/frame/browser_view_layout.h
diff --git a/chrome/browser/ui/views/frame/browser_view_layout.h b/chrome/browser/ui/views/frame/browser_view_layout.h
index 97f3d84c02c9b0987b8332a2546eb2b0c1c3b320..48661e295d067b41ef1b5abf02a85300ee94bd5a 100644
--- a/chrome/browser/ui/views/frame/browser_view_layout.h
+++ b/chrome/browser/ui/views/frame/browser_view_layout.h
@@ -159,9 +159,6 @@ class BrowserViewLayout : public views::LayoutManager {
// TODO(jamescook): Remove this and just use browser_view_->GetLocalBounds().
gfx::Rect vertical_layout_rect_;
- // The distance the FindBar is from the top of the window, in pixels.
- int find_bar_y_;
James Cook 2013/04/26 16:14:51 Oh, hooray, you've eliminated this! I've been mea
-
// The host for use in positioning the web contents modal dialog.
scoped_ptr<WebContentsModalDialogHostViews> dialog_host_;

Powered by Google App Engine
This is Rietveld 408576698