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

Unified Diff: chrome/browser/chromeos/login/user_manager_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: . 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/user_manager_impl.h
diff --git a/chrome/browser/chromeos/login/user_manager_impl.h b/chrome/browser/chromeos/login/user_manager_impl.h
index 08f2d4ce1523101381c54b45ee71834b0fc62501..ccb3231c658ede014f8d85cd20aeb9190b63ebad 100644
--- a/chrome/browser/chromeos/login/user_manager_impl.h
+++ b/chrome/browser/chromeos/login/user_manager_impl.h
@@ -226,11 +226,7 @@ class UserManagerImpl
void SetCurrentUserIsOwner(bool is_current_user_owner);
// Updates current user ownership on UI thread.
- void UpdateOwnership(DeviceSettingsService::OwnershipStatus status,
- bool is_owner);
-
- // Triggers an asynchronous ownership check.
- void CheckOwnership();
+ void UpdateOwnership();
// Removes data stored or cached outside the user's cryptohome (wallpaper,
// avatar, OAuth token status, display name, display email).

Powered by Google App Engine
This is Rietveld 408576698