| Index: chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| diff --git a/chrome/browser/profile_resetter/profile_resetter_unittest.cc b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| index 2cb521b9516b12650d1f07d4ce7f70e3b9c95443..b09da0cec156daea800eb9ce9170e30dc768c962 100644
|
| --- a/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| +++ b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| @@ -64,7 +64,6 @@ void ProfileResetterTest::TearDown() {
|
| }
|
|
|
| TEST_F(ProfileResetterTest, ResetDefaultSearchEngine) {
|
| - test_util_.VerifyLoad();
|
| resetter_->Reset(
|
| ProfileResetter::DEFAULT_SEARCH_ENGINE,
|
| ProfileResetter::DISABLE_EXTENSIONS,
|
| @@ -144,7 +143,6 @@ TEST_F(ProfileResetterTest, ResetStartPage) {
|
|
|
| TEST_F(ProfileResetterTest, ResetExtensionsAll) {
|
| // mock_object_ is a StrictMock, so we verify that it is called only once.
|
| - test_util_.VerifyLoad();
|
| resetter_->Reset(
|
| ProfileResetter::ALL,
|
| ProfileResetter::UNINSTALL_EXTENSIONS,
|
|
|