Index: chrome/browser/chromeos/cros/cert_library.h |
diff --git a/chrome/browser/chromeos/cros/cert_library.h b/chrome/browser/chromeos/cros/cert_library.h |
index f1f63104a2c28b2ee1667755cb78e7cb295945d4..2af182f39ace95825d1d0d8485685d8146cb865a 100644 |
--- a/chrome/browser/chromeos/cros/cert_library.h |
+++ b/chrome/browser/chromeos/cros/cert_library.h |
@@ -80,6 +80,9 @@ class CertLibrary { |
// Must be called from the UI thread. |
virtual void RequestCertificates() = 0; |
+ // Returns true when the certificate list has been requested but not loaded. |
+ virtual bool CertificatesLoading() const = 0; |
+ |
// Returns true when the certificate list has been initiailized. |
virtual bool CertificatesLoaded() const = 0; |