Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(734)

Unified Diff: chrome/browser/chromeos/login/user_manager.h

Issue 9466005: Make sure the device recovers from policy loss in the consumer case. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now with proper testing. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698