diff options
| author | Ben Murdoch <benm@google.com> | 2010-11-18 18:32:45 +0000 |
|---|---|---|
| committer | Ben Murdoch <benm@google.com> | 2010-11-18 18:38:07 +0000 |
| commit | 513209b27ff55e2841eac0e4120199c23acce758 (patch) | |
| tree | aeba30bb08c5f47c57003544e378a377c297eee6 /chrome/browser/views/frame/browser_view.h | |
| parent | 164f7496de0fbee436b385a79ead9e3cb81a50c1 (diff) | |
| download | external_chromium-513209b27ff55e2841eac0e4120199c23acce758.zip external_chromium-513209b27ff55e2841eac0e4120199c23acce758.tar.gz external_chromium-513209b27ff55e2841eac0e4120199c23acce758.tar.bz2 | |
Merge Chromium at r65505: Initial merge by git.
Change-Id: I31d8f1d8cd33caaf7f47ffa7350aef42d5fbdb45
Diffstat (limited to 'chrome/browser/views/frame/browser_view.h')
| -rw-r--r-- | chrome/browser/views/frame/browser_view.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h index 32272ab..d113525 100644 --- a/chrome/browser/views/frame/browser_view.h +++ b/chrome/browser/views/frame/browser_view.h @@ -128,12 +128,6 @@ class BrowserView : public BrowserBubbleHost, // BrowserView's parent. gfx::Rect GetClientAreaBounds() const; - // Returns true if the Find Bar should be rendered such that it appears to - // blend with the Bookmarks Bar. False if it should appear to blend with the - // main Toolbar. The return value will vary depending on whether or not the - // Bookmark Bar is always shown. - bool ShouldFindBarBlendWithBookmarksBar() const; - // Returns the constraining bounding box that should be used to lay out the // FindBar within. This is _not_ the size of the find bar, just the bounding // box it should be laid out within. The coordinate system of the returned |
