| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index ef5eff0c9382fa1936b18ef0a068a38efb8e531f..64510c576e9fcedf088c150738e77c90e1204638 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -56,6 +56,7 @@ namespace sessions { class SyncSessionSnapshot; }
|
|
|
| namespace syncer {
|
| class BaseTransaction;
|
| +class CredentialCacheService;
|
| struct SyncCredentials;
|
| struct UserShare;
|
| }
|
| @@ -816,6 +817,9 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| // Factory the backend will use to build the SyncManager.
|
| syncer::SyncManagerFactory sync_manager_factory_;
|
|
|
| + // Used to share sync credentials between Metro and Desktop on Windows 8.
|
| + syncer::CredentialCacheService* credential_cache_service_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ProfileSyncService);
|
| };
|
|
|
|
|