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

Unified Diff: chrome/browser/chromeos/login/login_display_host_impl.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/login_display_host_impl.h
diff --git a/chrome/browser/chromeos/login/login_display_host_impl.h b/chrome/browser/chromeos/login/login_display_host_impl.h
index e7cbe6f4c402e12108fef89ff678bcf8761cc60f..447e0f8677ead9385f51e0af62376c5514bfac61 100644
--- a/chrome/browser/chromeos/login/login_display_host_impl.h
+++ b/chrome/browser/chromeos/login/login_display_host_impl.h
@@ -109,8 +109,8 @@ class LoginDisplayHostImpl : public LoginDisplayHost,
void StartAnimation();
// Callback for the ownership status check.
- void OnOwnershipStatusCheckDone(DeviceSettingsService::OwnershipStatus status,
- bool current_user_is_owner);
+ void OnOwnershipStatusCheckDone(
+ DeviceSettingsService::OwnershipStatus status);
// Callback for completion of the |auto_enrollment_client_|.
void OnAutoEnrollmentClientDone();
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.cc ('k') | chrome/browser/chromeos/login/login_display_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698