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); |