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

Unified Diff: chrome/browser/ui/views/frame/browser_view_layout_unittest.cc

Issue 1412833008: Draw the same portion of the frame background behind the tabstrip in maximized (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@match_frame_alignment
Patch Set: Add comment Created 5 years, 1 month 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_unittest.cc
diff --git a/chrome/browser/ui/views/frame/browser_view_layout_unittest.cc b/chrome/browser/ui/views/frame/browser_view_layout_unittest.cc
index 87dd5831e4f17fbf06254509200829e7e8306496..5befe13d9bfd3aa77eff7799fa3b24393cad7f75 100644
--- a/chrome/browser/ui/views/frame/browser_view_layout_unittest.cc
+++ b/chrome/browser/ui/views/frame/browser_view_layout_unittest.cc
@@ -45,7 +45,7 @@ class MockBrowserViewLayoutDelegate : public BrowserViewLayoutDelegate {
gfx::Rect GetBoundsForTabStripInBrowserView() const override {
return gfx::Rect();
}
- int GetTopInsetInBrowserView() const override { return 0; }
+ int GetTopInsetInBrowserView(bool restored) const override { return 0; }
int GetThemeBackgroundXInset() const override { return 0; }
bool IsToolbarVisible() const override { return toolbar_visible_; }
bool IsBookmarkBarVisible() const override { return bookmark_bar_visible_; }
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view_layout_delegate.h ('k') | chrome/browser/ui/views/frame/browser_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698