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

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

Issue 272543003: Remove unused code for the metro window switcher button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 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_;
}

Powered by Google App Engine
This is Rietveld 408576698