Chromium Code Reviews| Index: chrome/browser/chromeos/login/login_utils_browsertest.cc |
| diff --git a/chrome/browser/chromeos/login/login_utils_browsertest.cc b/chrome/browser/chromeos/login/login_utils_browsertest.cc |
| index af31e83dd4d819267cf5c5e053c812c4be1edb7c..8a0e5b3ea66ba43bb03e0e013c95256c9d444b63 100644 |
| --- a/chrome/browser/chromeos/login/login_utils_browsertest.cc |
| +++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc |
| @@ -270,6 +270,7 @@ class LoginUtilsTest : public testing::Test, |
| browser_process_->SetIOThread(io_thread_state_.get()); |
| #if defined(ENABLE_RLZ) |
| + rlz_initialized_cb_ = base::Bind(&base::DoNothing); |
| rlz_lib::testing::SetRlzStoreDirectory(scoped_temp_dir_.path()); |
| RLZTracker::EnableZeroDelayForTesting(); |
|
Peter Kasting
2012/12/21 18:24:11
Is this call still needed? If not, EnableZeroDela
Ivan Korotkov
2012/12/22 12:43:04
Yes, unfortunately :( login_utils_browsertest is n
|
| #endif |