Index: chrome/browser/chromeos/login/user_manager.h |
diff --git a/chrome/browser/chromeos/login/user_manager.h b/chrome/browser/chromeos/login/user_manager.h |
index 2f4f5e6013295e7c4cb99a5630022cb7c3c5473f..4db2f1a8e8fa1d3415df4fd90742a3e18a0e8c13 100644 |
--- a/chrome/browser/chromeos/login/user_manager.h |
+++ b/chrome/browser/chromeos/login/user_manager.h |
@@ -140,9 +140,13 @@ class UserManager { |
// download times). |
virtual void DownloadProfileImage(const std::string& reason) = 0; |
+ // Loads the key/certificates database for the current logged in user. |
+ virtual void LoadKeyStore() = 0; |
+ |
// Returns true if current user is an owner. |
virtual bool IsCurrentUserOwner() const = 0; |
+ |
Chris Masone
2012/03/13 16:45:53
extra newline
pastarmovj
2012/03/22 11:48:01
Done.
|
// Returns true if current user is not existing one (hasn't signed in before). |
virtual bool IsCurrentUserNew() const = 0; |