| Index: chrome/browser/chromeos/login/user_manager.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/user_manager.cc (revision 105595)
|
| +++ chrome/browser/chromeos/login/user_manager.cc (working copy)
|
| @@ -24,7 +24,6 @@
|
| #include "base/values.h"
|
| #include "crypto/nss_util.h"
|
| #include "chrome/browser/browser_process.h"
|
| -#include "chrome/browser/chromeos/cros/cert_library.h"
|
| #include "chrome/browser/chromeos/cros/cros_library.h"
|
| #include "chrome/browser/chromeos/cros/cryptohome_library.h"
|
| #include "chrome/browser/chromeos/input_method/input_method_manager.h"
|
| @@ -783,9 +782,6 @@
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kLoadOpencryptoki)) {
|
| crypto::EnableTPMTokenForNSS(new RealTPMTokenInfoDelegate());
|
| - CertLibrary* cert_library;
|
| - cert_library = chromeos::CrosLibrary::Get()->GetCertLibrary();
|
| - cert_library->RequestCertificates();
|
| }
|
|
|
| // Schedules current user ownership check on file thread.
|
|
|