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

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

Issue 10454105: sync: Refactor per-datatype throttling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 8 years, 6 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 | « chrome/browser/sync/glue/sync_backend_host.h ('k') | sync/engine/all_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 81922f160b8fb0c401af63bf6aa4f8e92b160627..822331a4d335d403b5ad9f47ce14dfcae6b8d890 100644
--- a/chrome/browser/sync/sync_ui_util.cc
+++ b/chrome/browser/sync/sync_ui_util.cc
@@ -519,8 +519,7 @@ void ConstructAboutInformation(ProfileSyncService* service,
// with the last snapshot emitted by the syncer. Keep in mind, though, that
// not all events that update these values will ping the UI thread, so you
// might not see all intermediate values.
- sync_api::SyncManager::Status full_status(
- service->QueryDetailedSyncStatus());
+ sync_api::SyncStatus full_status(service->QueryDetailedSyncStatus());
// This is a cache of the last snapshot of type SYNC_CYCLE_ENDED where
// !snapshot.has_more_to_sync(). In other words, it's the last in this
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.h ('k') | sync/engine/all_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698