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

Unified Diff: chrome/browser/chromeos/login/parallel_authenticator.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/parallel_authenticator.h
diff --git a/chrome/browser/chromeos/login/parallel_authenticator.h b/chrome/browser/chromeos/login/parallel_authenticator.h
index 972c8f90e110dc535a4b0c3594aab384b6a60985..5689f810cb9cd36c6ba8d19c7880f10b704afc23 100644
--- a/chrome/browser/chromeos/login/parallel_authenticator.h
+++ b/chrome/browser/chromeos/login/parallel_authenticator.h
@@ -220,8 +220,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).
« no previous file with comments | « chrome/browser/chromeos/login/login_display_host_impl.cc ('k') | chrome/browser/chromeos/login/parallel_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698