| 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 9806b165185f3907116903f97cfdc9a192db9731..58d07d5fd82b86b18756f892be96eee11c92cb8d 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -617,6 +617,12 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| bool sync_everything,
|
| const syncable::ModelTypeSet chosen_types) const;
|
|
|
| +#if defined(OS_CHROMEOS)
|
| + // Refresh spare sync bootstrap token for re-enabling the sync service.
|
| + // Called on successful sign-in notifications.
|
| + void RefreshSpareBootstrapToken(const std::string& passphrase);
|
| +#endif
|
| +
|
| // Factory used to create various dependent objects.
|
| scoped_ptr<ProfileSyncComponentsFactory> factory_;
|
|
|
|
|