| Index: ash/display/display_controller_unittest.cc
|
| diff --git a/ash/display/display_controller_unittest.cc b/ash/display/display_controller_unittest.cc
|
| index 05692096cba4f5d09d927ed205dc044487faa8e9..bd8cf492dfe2466637bbb70c602237ed681f0dae 100644
|
| --- a/ash/display/display_controller_unittest.cc
|
| +++ b/ash/display/display_controller_unittest.cc
|
| @@ -655,8 +655,7 @@
|
|
|
| // No change
|
| UpdateDisplay("400x500*2,300x300");
|
| - // We still call into Pre/PostDisplayConfigurationChange().
|
| - EXPECT_EQ(1, observer.CountAndReset());
|
| + EXPECT_EQ(0, observer.CountAndReset());
|
| EXPECT_EQ(0, observer.GetFocusChangedCountAndReset());
|
| EXPECT_EQ(0, observer.GetActivationChangedCountAndReset());
|
|
|
|
|