Index: sync/internal_api/public/sync_manager.h |
diff --git a/sync/internal_api/public/sync_manager.h b/sync/internal_api/public/sync_manager.h |
index a6146212bec3bda5439325d632140d7a76b9d870..98682ba0a8c0bc9d25061b4b8bff6ee92c3acf60 100644 |
--- a/sync/internal_api/public/sync_manager.h |
+++ b/sync/internal_api/public/sync_manager.h |
@@ -292,6 +292,8 @@ class SYNC_EXPORT SyncManager { |
// |user_agent| is a 7-bit ASCII string suitable for use as the User-Agent |
// HTTP header. Used internally when collecting stats to classify clients. |
// |invalidator| is owned and used to listen for invalidations. |
+ // |invalidator_client_id| is used to unqiuely identify this client to the |
+ // invalidation notification server. |
// |restored_key_for_bootstrapping| is the key used to boostrap the |
// cryptographer |
// |keystore_encryption_enabled| determines whether we enable the keystore |
@@ -312,6 +314,7 @@ class SYNC_EXPORT SyncManager { |
ChangeDelegate* change_delegate, |
const SyncCredentials& credentials, |
scoped_ptr<Invalidator> invalidator, |
+ const std::string& invalidator_client_id, |
const std::string& restored_key_for_bootstrapping, |
const std::string& restored_keystore_key_for_bootstrapping, |
scoped_ptr<InternalComponentsFactory> internal_components_factory, |