Index: components/safe_browsing_db/v4_update_protocol_manager.cc |
diff --git a/components/safe_browsing_db/v4_update_protocol_manager.cc b/components/safe_browsing_db/v4_update_protocol_manager.cc |
index 867bf01c463a53a8ebc25871f8530a0673ace18e..070f4438b580992b2a4a7ebef36eb2d816180be1 100644 |
--- a/components/safe_browsing_db/v4_update_protocol_manager.cc |
+++ b/components/safe_browsing_db/v4_update_protocol_manager.cc |
@@ -142,8 +142,6 @@ void V4UpdateProtocolManager::ScheduleNextUpdate( |
void V4UpdateProtocolManager::ScheduleNextUpdateWithBackoff(bool back_off) { |
DCHECK(CalledOnValidThread()); |
- // TODO(vakh): Set disable_auto_update correctly using the command line |
- // switch. |
if (config_.disable_auto_update) { |
DCHECK(!IsUpdateScheduled()); |
return; |