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

Unified Diff: ui/views/controls/scrollbar/scrollbar_unittest.cc

Issue 10084020: Removing defunct code around PureViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge tests. Created 8 years, 8 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: ui/views/controls/scrollbar/scrollbar_unittest.cc
diff --git a/ui/views/controls/scrollbar/scrollbar_unittest.cc b/ui/views/controls/scrollbar/scrollbar_unittest.cc
index 8db89ac7aeee479cf109134531a676ed56035fc8..b67bfd59e676278a0c7a0815b8b2a25eccd7936a 100644
--- a/ui/views/controls/scrollbar/scrollbar_unittest.cc
+++ b/ui/views/controls/scrollbar/scrollbar_unittest.cc
@@ -55,7 +55,6 @@ class NativeScrollBarTest : public ViewsTestBase {
}
virtual void SetUp() {
- Widget::SetPureViews(true);
ViewsTestBase::SetUp();
controller_.reset(new TestScrollBarController());
@@ -83,7 +82,6 @@ class NativeScrollBarTest : public ViewsTestBase {
virtual void TearDown() {
widget_->Close();
ViewsTestBase::TearDown();
- Widget::SetPureViews(false);
}
protected:
« no previous file with comments | « ui/views/controls/combobox/native_combobox_win.cc ('k') | ui/views/controls/textfield/native_textfield_views_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698