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

Unified Diff: chrome/browser/ui/touch/tabs/touch_tab_strip_unittest.cc

Issue 8678015: Touch constants and dead code removal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied Sadrul's comments Created 9 years, 1 month 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/touch/tabs/touch_tab_strip_unittest.cc
diff --git a/chrome/browser/ui/touch/tabs/touch_tab_strip_unittest.cc b/chrome/browser/ui/touch/tabs/touch_tab_strip_unittest.cc
deleted file mode 100644
index 183cb0e76c0acb0db6a0d327ed9b0b2a3a83657f..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/touch/tabs/touch_tab_strip_unittest.cc
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/touch/tabs/touch_tab_strip.h"
-
-#include "chrome/browser/ui/views/tabs/base_tab_strip_test_fixture.h"
-#include "chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h"
-#include "testing/gtest/include/gtest/gtest.h"
-
-// BaseTabStrip unit tests using TouchTabStrip.
-INSTANTIATE_TYPED_TEST_CASE_P(TouchTabStrip,
- BaseTabStripTestFixture,
- TouchTabStrip);
-
-class TouchTabStripTestFixture : public testing::Test {
- public:
- TouchTabStripTestFixture()
- : tab_strip_(new FakeBaseTabStripController()) {
- }
-
- protected:
- TouchTabStrip* tab_strip() { return &tab_strip_; }
-
- private:
- TouchTabStrip tab_strip_;
-};
-
« no previous file with comments | « chrome/browser/ui/touch/tabs/touch_tab_strip_controller.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698