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

Unified Diff: components/sync/engine/sync_status.h

Issue 2619763002: Expose local sync mode status in the chrome://sync-internals page. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « components/sync/driver/about_sync_util.cc ('k') | components/sync/engine_impl/all_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/sync_status.h
diff --git a/components/sync/engine/sync_status.h b/components/sync/engine/sync_status.h
index 4fa6de31fd7d21985206b8d69680f7a44423e27f..5e38cb0fffa2315df212cfa94956f13fd4228c53 100644
--- a/components/sync/engine/sync_status.h
+++ b/components/sync/engine/sync_status.h
@@ -96,6 +96,9 @@ struct SyncStatus {
// Time of next retry if sync scheduler is throttled or in backoff.
base::Time retry_time;
+
+ // The location of the local sync backend db file if local sync is enabled.
+ std::string local_sync_folder;
};
} // namespace syncer
« no previous file with comments | « components/sync/driver/about_sync_util.cc ('k') | components/sync/engine_impl/all_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698