| Index: chrome/browser/sync/sessions/session_state.h
|
| diff --git a/chrome/browser/sync/sessions/session_state.h b/chrome/browser/sync/sessions/session_state.h
|
| index 41ec77e096426812a43383f3f5abb1e4b45d5844..f618fe9810cebb01d67cb4035bcbf16d40148316 100644
|
| --- a/chrome/browser/sync/sessions/session_state.h
|
| +++ b/chrome/browser/sync/sessions/session_state.h
|
| @@ -134,6 +134,8 @@ struct SyncSessionSnapshot {
|
| // Caller takes ownership of the returned dictionary.
|
| DictionaryValue* ToValue() const;
|
|
|
| + std::string ToString() const;
|
| +
|
| const SyncerStatus syncer_status;
|
| const ErrorCounters errors;
|
| const int64 num_server_changes_remaining;
|
|
|