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

Unified Diff: chrome/browser/ui/views/tabs/tab_unittest.cc

Issue 983853002: Hide close buttons of inactive stacked tabs by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: force tab layout Created 5 years, 9 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/tabs/tab_unittest.cc
diff --git a/chrome/browser/ui/views/tabs/tab_unittest.cc b/chrome/browser/ui/views/tabs/tab_unittest.cc
index 91a512b6a7fbf9d6589a579becb6bf7ac5d05a3c..71aee7e34275ce14f0f78fd3b24d75eb23148b12 100644
--- a/chrome/browser/ui/views/tabs/tab_unittest.cc
+++ b/chrome/browser/ui/views/tabs/tab_unittest.cc
@@ -31,7 +31,7 @@ class FakeTabController : public TabController {
return selection_model_;
}
bool SupportsMultipleSelection() override { return false; }
- bool ShouldHideCloseButtonForInactiveTab(const Tab* tab) override {
+ bool ShouldHideCloseButtonForInactiveTabs() override {
return false;
}
void SelectTab(Tab* tab) override {}

Powered by Google App Engine
This is Rietveld 408576698