Index: sync/sessions/status_controller.h |
=================================================================== |
--- sync/sessions/status_controller.h (revision 132475) |
+++ sync/sessions/status_controller.h (working copy) |
@@ -175,8 +175,7 @@ |
// Returns true if the last download_updates_command received a valid |
// server response. |
bool download_updates_succeeded() const { |
- return shared_.error.value().last_download_updates_result |
- == SYNCER_OK; |
+ return updates_response().has_get_updates(); |
} |
// Returns true if the last updates response indicated that we were fully |