Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.h

Issue 23532034: Postpone loading about:flags ui until the certificates have been loaded (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.cc ('k') | chrome/browser/chromeos/login/existing_user_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698