Index: chrome/browser/chromeos/login/login_utils.h |
diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h |
index 0e6438371e9188bbbe75fd89fc4721af279fc8b5..52f2deb24dee13d7518a43bddf1a5dd391fb6abe 100644 |
--- a/chrome/browser/chromeos/login/login_utils.h |
+++ b/chrome/browser/chromeos/login/login_utils.h |
@@ -103,6 +103,9 @@ class LoginUtils { |
// Initialize RLZ. |
virtual void InitRlzDelayed(Profile* user_profile) = 0; |
+ |
+ // Initiates process of starting CertLoader for the user_profile. |
+ virtual void StartCertLoader(Profile* user_profile) = 0; |
}; |
} // namespace chromeos |