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

Unified Diff: chrome/browser/sync/sync_ui_util.cc

Issue 10455012: [Sync] Add support for performing a GetKey on startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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: chrome/browser/sync/sync_ui_util.cc
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc
index 0b6e609400a6663dffe896721e9a362f0c06a425..b3bed51dc720ec67391aef3c429c6e33a5be4ab2 100644
--- a/chrome/browser/sync/sync_ui_util.cc
+++ b/chrome/browser/sync/sync_ui_util.cc
@@ -612,7 +612,11 @@ void ConstructAboutInformation(ProfileSyncService* service,
sync_ui_util::AddStringSyncDetails(
cycles, "Sync Source",
syncer::GetUpdatesSourceString(
- snapshot.source().updates_source));
+ snapshot.source().updates_source));
+ sync_ui_util::AddStringSyncDetails(
+ cycles, "Get Encryption Key Result",
+ GetSyncerErrorString(
+ snapshot.model_neutral_state().last_get_key_result));
sync_ui_util::AddStringSyncDetails(
cycles, "Download Step Result",
GetSyncerErrorString(

Powered by Google App Engine
This is Rietveld 408576698