Chromium change: https://github.com/chromium/chromium/commit/596552c5837326e9858d5d30974ebfa1235c6ff9 Remove OverviewMode* classes This patch removes OverviewModeBehavior and its observers. Code that was still using these classes had easy access to the LayoutManager which could be used in its place. Bug: 1108496