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

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

Issue 15649018: Call crypto::InitializeTPMToken on the IO thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test Created 7 years, 6 months 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 db1638722b8abdd2ddfaaf286619a0b58e886d86..00eebcd800d046e211f78b49d743265a0792b1b8 100644
--- a/chrome/browser/chromeos/login/login_utils_browsertest.cc
+++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc
@@ -281,7 +281,7 @@ class LoginUtilsTest : public testing::Test,
// IOThread creates ProxyConfigServiceImpl which in turn needs
// NetworkHandler. Thus initialize it here before creating IOThread.
- NetworkHandler::Initialize();
+ NetworkHandler::InitializeForTest();
pneubeck (no reviews) 2013/06/07 14:00:49 This test has an IOThread, will it be harmful that
stevenjb 2013/06/07 20:48:14 Running crypto tasks on the UI thread should be sa
io_thread_state_.reset(new IOThread(local_state_.Get(),
browser_process_->policy_service(),

Powered by Google App Engine
This is Rietveld 408576698