Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Unified Diff: chrome/browser/chromeos/login/login_utils_browsertest.cc

Issue 11645040: RLZ on ChromeOS-related polishing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698