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

Unified Diff: ui/views/widget/root_view_unittest.cc

Issue 6541030: View API/implementation cleanup:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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
« no previous file with comments | « ui/views/views.gyp ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/root_view_unittest.cc
===================================================================
--- ui/views/widget/root_view_unittest.cc (revision 75141)
+++ ui/views/widget/root_view_unittest.cc (working copy)
@@ -32,7 +32,7 @@
EXPECT_TRUE(focus_manager != NULL);
EXPECT_EQ(&v, focus_manager->focused_view());
- v.parent()->RemoveChildView(&v);
+ v.parent()->RemoveChildView(&v, false);
EXPECT_NE(&v, focus_manager->focused_view());
EXPECT_EQ(NULL, focus_manager->focused_view());
« no previous file with comments | « ui/views/views.gyp ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698