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

Side by Side 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: Rebase, move declaration 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/chromeos/login/login_utils.h" 5 #include "chrome/browser/chromeos/login/login_utils.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "base/bind.h" 8 #include "base/bind.h"
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/files/scoped_temp_dir.h" 10 #include "base/files/scoped_temp_dir.h"
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 EXPECT_TRUE(prepared_profile_); 725 EXPECT_TRUE(prepared_profile_);
726 } 726 }
727 727
728 INSTANTIATE_TEST_CASE_P( 728 INSTANTIATE_TEST_CASE_P(
729 LoginUtilsBlockingLoginTestInstance, 729 LoginUtilsBlockingLoginTestInstance,
730 LoginUtilsBlockingLoginTest, 730 LoginUtilsBlockingLoginTest,
731 testing::Values(0, 1, 2, 3, 4, 5)); 731 testing::Values(0, 1, 2, 3, 4, 5));
732 732
733 } // namespace 733 } // namespace
734 734
735 } 735 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698