| 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 ff4064ad0f9944fd287f14b0d2bbf25351b18a7e..7814b413dc341ac2f2e467b254d6da7c359c0f25 100644
|
| --- a/chrome/browser/chromeos/login/parallel_authenticator.h
|
| +++ b/chrome/browser/chromeos/login/parallel_authenticator.h
|
| @@ -208,8 +208,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).
|
|
|