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