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 461a40e66fc51543ec185d2a45cea373de573ae7..ff080b0680fb3907dfaf8eb75d439d994aaf2454 100644 |
--- a/chrome/browser/ui/views/frame/browser_view_layout_unittest.cc |
+++ b/chrome/browser/ui/views/frame/browser_view_layout_unittest.cc |
@@ -41,11 +41,6 @@ class MockBrowserViewLayoutDelegate : public BrowserViewLayoutDelegate { |
virtual views::View* GetContentsWebView() const OVERRIDE { |
return contents_web_view_; |
} |
- virtual views::View* GetWindowSwitcherButton() const OVERRIDE { |
- // TODO(jamescook): Add a test for Windows that exercises the layout for |
- // this button. |
- return NULL; |
- } |
virtual bool IsTabStripVisible() const OVERRIDE { |
return tab_strip_visible_; |
} |