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

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

Issue 8510079: sync: Remove ModelNeutralExecuteImpl() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 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_;
}

Powered by Google App Engine
This is Rietveld 408576698