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

Unified Diff: chrome/browser/sync/sessions/status_controller.h

Issue 8637006: [Sync] Make syncer commands avoid posting tasks on threads with no work to do (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head, fix windows compile Created 9 years 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/sessions/status_controller.h
diff --git a/chrome/browser/sync/sessions/status_controller.h b/chrome/browser/sync/sessions/status_controller.h
index c0782cb5f52ffcc1f4d732f15f9106fb00ec8741..70aed96bfa08052e64e1c2c55e3272c121ce2a58 100644
--- a/chrome/browser/sync/sessions/status_controller.h
+++ b/chrome/browser/sync/sessions/status_controller.h
@@ -63,8 +63,12 @@ class StatusController {
UpdateProgress* mutable_update_progress();
const ConflictProgress* GetUnrestrictedConflictProgress(
ModelSafeGroup group) const;
+ ConflictProgress* GetUnrestrictedMutableConflictProgressForTest(
+ ModelSafeGroup group);
const UpdateProgress* GetUnrestrictedUpdateProgress(
ModelSafeGroup group) const;
+ UpdateProgress* GetUnrestrictedMutableUpdateProgressForTest(
+ ModelSafeGroup group);
// ClientToServer messages.
const ClientToServerMessage& commit_message() {
« no previous file with comments | « chrome/browser/sync/engine/verify_updates_command_unittest.cc ('k') | chrome/browser/sync/sessions/status_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698