| Index: chrome/browser/sync/sessions/status_controller.cc
|
| ===================================================================
|
| --- chrome/browser/sync/sessions/status_controller.cc (revision 110571)
|
| +++ chrome/browser/sync/sessions/status_controller.cc (working copy)
|
| @@ -242,10 +242,6 @@
|
| return updates_response().get_updates().changes_remaining() == 0;
|
| }
|
|
|
| -bool StatusController::ResponseContainsUpdates() const {
|
| - return updates_response().get_updates().entries_size() != 0;
|
| -}
|
| -
|
| void StatusController::set_debug_info_sent() {
|
| shared_.control_params.debug_info_sent = true;
|
| }
|
|
|