| Index: chrome/browser/sync/internal_api/sync_manager.h
|
| ===================================================================
|
| --- chrome/browser/sync/internal_api/sync_manager.h (revision 110530)
|
| +++ chrome/browser/sync/internal_api/sync_manager.h (working copy)
|
| @@ -161,6 +161,9 @@
|
| syncable::ModelTypeSet encrypted_types;
|
| bool cryptographer_ready;
|
| bool crypto_has_pending_keys;
|
| +
|
| + // The unique identifer for this client.
|
| + std::string unique_id;
|
| };
|
|
|
| // An interface the embedding application implements to be notified
|
|
|