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

Unified Diff: ui/views/focus/focus_traversal_unittest.cc

Issue 63343004: Remove DialogDelegate::UseNewStyle and unused code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Additional cleanup; sync and rebase. Created 7 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: ui/views/focus/focus_traversal_unittest.cc
diff --git a/ui/views/focus/focus_traversal_unittest.cc b/ui/views/focus/focus_traversal_unittest.cc
index bf4c10b7dfdfa70f08c41be7a6b86ce9a5e7678c..e3f93e7f92361d35dd4752b5f846eea50b5eaedb 100644
--- a/ui/views/focus/focus_traversal_unittest.cc
+++ b/ui/views/focus/focus_traversal_unittest.cc
@@ -507,7 +507,7 @@ void FocusTraversalTest::InitContentView() {
text_field->SetBounds(10, 50, 100, 20);
text_field->set_id(kStyleTextEditID);
- style_tab_ = new TabbedPane(false);
+ style_tab_ = new TabbedPane();
style_tab_->set_id(kStyleContainerID);
GetContentsView()->AddChildView(style_tab_);
style_tab_->SetBounds(10, y, 210, 100);

Powered by Google App Engine
This is Rietveld 408576698