Index: chrome/browser/chromeos/cros/cert_library.cc |
diff --git a/chrome/browser/chromeos/cros/cert_library.cc b/chrome/browser/chromeos/cros/cert_library.cc |
index cae6d3e59f02ad82764d0b8a24e3f85dacf58a9f..e48c9671592006f6ae2c3674ffd9fdf0e7b3fd5e 100644 |
--- a/chrome/browser/chromeos/cros/cert_library.cc |
+++ b/chrome/browser/chromeos/cros/cert_library.cc |
@@ -133,7 +133,7 @@ class CertLibraryImpl |
certificates_requested_ = true; |
- if (!UserManager::Get()->user_is_logged_in()) { |
+ if (!UserManager::Get()->IsUserLoggedIn()) { |
// If we are not logged in, we cannot load any certificates. |
// Set 'loaded' to true for the UI, since we are not waiting on loading. |
LOG(WARNING) << "Requesting certificates before login."; |