Chromium Code Reviews| Index: chrome/browser/sync/glue/session_model_associator.h |
| diff --git a/chrome/browser/sync/glue/session_model_associator.h b/chrome/browser/sync/glue/session_model_associator.h |
| index 93af4a2484b03bf81dc2c987955f9ffb3dfb1e42..6389f65d9b8ecebef601bc1b3a98fb7af0b7288f 100644 |
| --- a/chrome/browser/sync/glue/session_model_associator.h |
| +++ b/chrome/browser/sync/glue/session_model_associator.h |
| @@ -473,6 +473,10 @@ class SessionModelAssociator |
| // invalid url's. |
| bool TabHasValidEntry(const SyncedTabDelegate& tab) const; |
| + // Given a transaction, returns the GUID-based string that should be used for |
| + // |current_machine_tag_|. |
| + std::string GetMachineTagFromTransaction(syncer::WriteTransaction* trans); |
|
Nicolas Zea
2012/11/16 18:55:20
this can be an anon namespace method in the cc fil
nyquist
2012/12/04 01:55:05
Done.
|
| + |
| // For testing only. |
| size_t NumFaviconsForTesting() const; |