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

Unified Diff: components/safe_browsing_db/v4_update_protocol_manager.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 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: 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;

Powered by Google App Engine
This is Rietveld 408576698