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_; |