Index: chrome/browser/chromeos/login/parallel_authenticator.h |
diff --git a/chrome/browser/chromeos/login/parallel_authenticator.h b/chrome/browser/chromeos/login/parallel_authenticator.h |
index 972c8f90e110dc535a4b0c3594aab384b6a60985..5689f810cb9cd36c6ba8d19c7880f10b704afc23 100644 |
--- a/chrome/browser/chromeos/login/parallel_authenticator.h |
+++ b/chrome/browser/chromeos/login/parallel_authenticator.h |
@@ -220,8 +220,7 @@ class ParallelAuthenticator : public Authenticator, |
bool VerifyOwner(); |
// Handles completion of the ownership check and continues login. |
- void OnOwnershipChecked(DeviceSettingsService::OwnershipStatus status, |
- bool is_owner); |
+ void OnOwnershipChecked(DeviceSettingsService::OwnershipStatus status); |
// Signal login completion status for cases when a new user is added via |
// an external authentication provider (i.e. GAIA extension). |