Index: chrome/browser/chromeos/login/managed/supervised_user_authentication.h |
diff --git a/chrome/browser/chromeos/login/managed/supervised_user_authentication.h b/chrome/browser/chromeos/login/managed/supervised_user_authentication.h |
index f494ed688837f2ac3a6289e6c5fb81c9c70c87da..07628663530eade2b7b5178d503af406a44105e5 100644 |
--- a/chrome/browser/chromeos/login/managed/supervised_user_authentication.h |
+++ b/chrome/browser/chromeos/login/managed/supervised_user_authentication.h |
@@ -86,7 +86,7 @@ class SupervisedUserAuthentication { |
// In this case it does not have encryption key, and should be updated by |
// manager even if password versions match. |
bool HasIncompleteKey(const std::string& user_id); |
- void MarkKeyIncomplete(const std::string& user_id); |
+ void MarkKeyIncomplete(const std::string& user_id, bool incomplete); |
// Loads password data stored by ScheduleSupervisedPasswordChange. |
void LoadPasswordUpdateData(const std::string& user_id, |