| Index: chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc b/chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc
|
| index 501264161d84df2ce021a741b232916cc278d7e5..7c71a2f0d5c237cf24e55c99cac8b00b04cc26eb 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc
|
| @@ -195,10 +195,11 @@ TEST_F(BrowserListTest, MAYBE_AttemptRestart) {
|
| testing_browser_process->SetProfileManager(profile_manager);
|
|
|
| chrome::AttemptRestart();
|
| + EXPECT_TRUE(testing_pref_service.GetBoolean(prefs::kWasRestarted));
|
| +
|
| // Cancel the effects of us calling chrome::AttemptRestart. Otherwise tests
|
| // ran after this one will fail.
|
| browser_shutdown::SetTryingToQuit(false);
|
|
|
| - EXPECT_TRUE(testing_pref_service.GetBoolean(prefs::kWasRestarted));
|
| testing_browser_process->SetLocalState(NULL);
|
| }
|
|
|