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 ec1437d14a72e9056e0aabc94ad2b497b09cc977..90a0f72d1b0f2d9cd79014401f2010bf00b13d26 100644 |
--- a/chrome/browser/sync/sessions/status_controller.h |
+++ b/chrome/browser/sync/sessions/status_controller.h |
@@ -189,6 +189,9 @@ class StatusController { |
// download: in that case, this also returns false. |
bool ServerSaysNothingMoreToDownload() const; |
+ // Returns true if there are updates to be processed. |
+ bool ResponseContainsUpdates() const; |
+ |
ModelSafeGroup group_restriction() const { |
return group_restriction_; |
} |