| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index a64d5e234a39cf8e0d44f33f60014a5916aac97a..6e796985ae431122616310595207dceffd2db326 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -213,6 +213,8 @@ class ProfileIOData {
|
| std::string username_hash() const {
|
| return username_hash_;
|
| }
|
| +
|
| + bool use_system_key_slot() const { return use_system_key_slot_; }
|
| #endif
|
|
|
| Profile::ProfileType profile_type() const {
|
| @@ -326,6 +328,7 @@ class ProfileIOData {
|
|
|
| #if defined(OS_CHROMEOS)
|
| std::string username_hash;
|
| + bool use_system_key_slot;
|
| #endif
|
|
|
| // The profile this struct was populated from. It's passed as a void* to
|
| @@ -589,6 +592,7 @@ class ProfileIOData {
|
| #if defined(OS_CHROMEOS)
|
| mutable scoped_ptr<policy::PolicyCertVerifier> cert_verifier_;
|
| mutable std::string username_hash_;
|
| + mutable bool use_system_key_slot_;
|
| #endif
|
|
|
| mutable scoped_ptr<net::TransportSecurityPersister>
|
|
|