Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: sync/internal_api/public/sessions/model_neutral_state.h

Issue 10455012: [Sync] Add support for performing a GetKey on startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fred's comments Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/internal_api/public/sessions/model_neutral_state.h
diff --git a/sync/internal_api/public/sessions/model_neutral_state.h b/sync/internal_api/public/sessions/model_neutral_state.h
index 6b0cec85287dff190c09c815146799357b4d5312..c1d8862a3c079c257af9cc2b3e1145d6a4106556 100644
--- a/sync/internal_api/public/sessions/model_neutral_state.h
+++ b/sync/internal_api/public/sessions/model_neutral_state.h
@@ -48,7 +48,9 @@ struct ModelNeutralState {
// Any protocol errors that we received during this sync session.
SyncProtocolError sync_protocol_error;
- // Records the most recent results of PostCommit and GetUpdates commands.
+ // Records the most recent results of GetKey, PostCommit and GetUpdates
+ // commands.
+ SyncerError last_get_key_result;
SyncerError last_download_updates_result;
SyncerError commit_result;

Powered by Google App Engine
This is Rietveld 408576698