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

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: . 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 ff4064ad0f9944fd287f14b0d2bbf25351b18a7e..7814b413dc341ac2f2e467b254d6da7c359c0f25 100644
--- a/chrome/browser/chromeos/login/parallel_authenticator.h
+++ b/chrome/browser/chromeos/login/parallel_authenticator.h
@@ -208,8 +208,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).

Powered by Google App Engine
This is Rietveld 408576698