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 0580c0b842370e90123ec43781eb531d87c6058f..dde8e6e11764a1c52af782325b55ab993c5d44d2 100644 |
--- a/chrome/browser/chromeos/login/existing_user_controller.h |
+++ b/chrome/browser/chromeos/login/existing_user_controller.h |
@@ -167,8 +167,7 @@ class ExistingUserController : public LoginDisplay::Delegate, |
// Handles result of ownership check and starts enterprise or kiosk enrollment |
// if applicable. |
void OnEnrollmentOwnershipCheckCompleted( |
- DeviceSettingsService::OwnershipStatus status, |
- bool current_user_is_owner); |
+ DeviceSettingsService::OwnershipStatus status); |
// Handles result of consumer kiosk configurability check and starts |
// enable kiosk screen if applicable. |
@@ -197,8 +196,7 @@ class ExistingUserController : public LoginDisplay::Delegate, |
// has to be performed, and will resume once auto-enrollment completes. |
void CompleteLoginInternal( |
const UserContext& user_context, |
- DeviceSettingsService::OwnershipStatus ownership_status, |
- bool is_owner); |
+ DeviceSettingsService::OwnershipStatus ownership_status); |
// Creates |login_performer_| if necessary and calls login() on it. |
// The string arguments aren't passed by const reference because this is |