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

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

Issue 8212003: [chromiumos] Start TPM token initialization re-tries on login (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove RequestCertificates() call from wifi|vpn views. Created 9 years, 2 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.h
diff --git a/chrome/browser/chromeos/login/user_manager.h b/chrome/browser/chromeos/login/user_manager.h
index 56d53a79501efb274c1ae56da2d620e2eeceaa20..a1aad648213188e1522c37d455e7a7fd2ee980b9 100644
--- a/chrome/browser/chromeos/login/user_manager.h
+++ b/chrome/browser/chromeos/login/user_manager.h
@@ -31,6 +31,7 @@ template<typename> struct DefaultLazyInstanceTraits;
namespace chromeos {
class RemoveUserDelegate;
+class CertLibrary;
wtc 2011/10/12 17:20:34 Nit: may want to list the forward declarations in
// This class provides a mechanism for discovering users who have logged
// into this chromium os device before and updating that list.
@@ -273,6 +274,8 @@ class UserManager : public UserImageLoader::Delegate,
ScopedRunnableMethodFactory<UserManager> method_factory_;
+ CertLibrary* cert_library_;
+
DISALLOW_COPY_AND_ASSIGN(UserManager);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/user_manager.cc » ('j') | chrome/browser/chromeos/login/user_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698