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..df52d99e8d564e15ecd5aef725753bd791769075 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -617,6 +617,10 @@ class ProfileSyncService : public browser_sync::SyncFrontend, |
bool sync_everything, |
const syncable::ModelTypeSet chosen_types) const; |
+ // Refresh spare sync bootstrap token for re-enabling the sync service. |
+ // Called on successful sign-in notifications. |
+ void RefreshSpareBootstrapToken(const std::string& passphrase); |
Nicolas Zea
2012/04/03 23:47:20
condition on OS_CHROMEOS
kochi
2012/04/04 00:10:20
Done.
|
+ |
// Factory used to create various dependent objects. |
scoped_ptr<ProfileSyncComponentsFactory> factory_; |