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

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

Issue 2690443002: cros-md: Remove the non-MD immersive mode code paths (Closed)
Patch Set: rebase & code comments Created 3 years, 10 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_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 ac098285771609bb91d70785d9476edd99f5b4c0..190480ebc7b93dec6bcb7d08e451fdbd30c38021 100644
--- a/chrome/browser/ui/views/frame/browser_view_layout_unittest.cc
+++ b/chrome/browser/ui/views/frame/browser_view_layout_unittest.cc
@@ -99,7 +99,6 @@ class MockImmersiveModeController : public ImmersiveModeController {
void Init(BrowserView* browser_view) override {}
void SetEnabled(bool enabled) override {}
bool IsEnabled() const override { return false; }
- bool ShouldHideTabIndicators() const override { return false; }
bool ShouldHideTopViews() const override { return false; }
bool IsRevealed() const override { return false; }
int GetTopContainerVerticalOffset(
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view_layout.cc ('k') | chrome/browser/ui/views/frame/immersive_mode_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698