| Index: chrome/browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc
|
| diff --git a/chrome/browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc b/chrome/browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc
|
| index f6befedfbf97482663ead017281f9fc43fdc69a7..94f59ee26e6bba50eef96e1cc73364d4aa77cdc8 100644
|
| --- a/chrome/browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc
|
| +++ b/chrome/browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc
|
| @@ -144,9 +144,9 @@ TEST_F(AXTreeSourceAuraTest, Serialize) {
|
| // This is the initial serialization.
|
| ax_serializer.SerializeChanges(ax_tree.GetRoot(), &out_update);
|
|
|
| - // The update should just be the desktop node since no events have been fired
|
| - // on any controls, so no windows have been cached.
|
| - ASSERT_EQ(1U, out_update.nodes.size());
|
| + // The update should just be the desktop node and the fake alert window we use
|
| + // to handle posting text alerts.
|
| + ASSERT_EQ(2U, out_update.nodes.size());
|
|
|
| // Try removing some child views and re-adding which should fire some events.
|
| content_->RemoveAllChildViews(false /* delete_children */);
|
|
|