| Index: chrome/browser/chromeos/login/update_screen_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/update_screen_browsertest.cc b/chrome/browser/chromeos/login/update_screen_browsertest.cc
|
| index 53f64bf50cad76665d91219747f70692fc90c000..bcddbee4e0bb23549a1c2dfc2e575f3b9d2cd6f6 100644
|
| --- a/chrome/browser/chromeos/login/update_screen_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/update_screen_browsertest.cc
|
| @@ -53,7 +53,7 @@ class UpdateScreenTest : public WizardInProcessBrowserTest {
|
| // just after creating the update screen, so the expectations for that
|
| // should be set up here.
|
| EXPECT_CALL(*mock_update_library_, AddObserver(_))
|
| - .Times(1);
|
| + .Times(AtLeast(1));
|
| EXPECT_CALL(*mock_update_library_, RemoveObserver(_))
|
| .Times(AtLeast(1));
|
| EXPECT_CALL(*mock_update_library_, RequestUpdateCheck(_,_))
|
|
|