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

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

Issue 9286003: Remove AsyncSetOwnerUser() from cryptohome library (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Ready to go. Created 8 years, 10 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/existing_user_controller.h
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
index cdf0f43c509f7f58d8328e964d118a7ec17a5766..9a384afa86a8232431383dd907c52ca6945ce95a 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -168,10 +168,6 @@ class ExistingUserController : public LoginDisplay::Delegate,
login_performer_delegate_.reset(d);
}
- // Passes owner user to cryptohomed. Called right before mounting a user.
- // Subsequent disk space control checks are invoked by cryptohomed timer.
- void SetOwnerUserInCryptohome();
-
// Prepares and updates/initializes depending on |init| the |login_display_|
// attached to this controller.
void UpdateLoginDisplay(const UserList& users, bool init);
« no previous file with comments | « chrome/browser/chromeos/cros/mock_cryptohome_library.cc ('k') | chrome/browser/chromeos/login/existing_user_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698