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

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

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.cc
diff --git a/sync/internal_api/public/sessions/model_neutral_state.cc b/sync/internal_api/public/sessions/model_neutral_state.cc
index b25d3c73269ed8e4e79a095ff14d64ead0ab5b1d..9ae84369211e0efa9e297915aa6c3fe8d4ce033e 100644
--- a/sync/internal_api/public/sessions/model_neutral_state.cc
+++ b/sync/internal_api/public/sessions/model_neutral_state.cc
@@ -15,6 +15,7 @@ ModelNeutralState::ModelNeutralState()
num_reflected_updates_downloaded_total(0),
num_local_overwrites(0),
num_server_overwrites(0),
+ last_get_key_result(UNSET),
last_download_updates_result(UNSET),
commit_result(UNSET),
conflicts_resolved(false),

Powered by Google App Engine
This is Rietveld 408576698