Index: chrome/browser/component_updater/sw_reporter_installer_win.cc |
diff --git a/chrome/browser/component_updater/sw_reporter_installer_win.cc b/chrome/browser/component_updater/sw_reporter_installer_win.cc |
index bdb8fcdf8489f36a65647b2b2e0a6c81ea45f671..ad33c748df4b67fd90ab88661011d0daf6915659 100644 |
--- a/chrome/browser/component_updater/sw_reporter_installer_win.cc |
+++ b/chrome/browser/component_updater/sw_reporter_installer_win.cc |
@@ -50,9 +50,6 @@ enum SRTCompleted { |
SRT_COMPLETED_MAX, |
}; |
-// The maximum number of times to retry a download on startup. |
-const int kMaxRetry = 20; |
- |
// CRX hash. The extension id is: gkmgaooipdjhmangpemjhigmamcehddo. The hash was |
// generated in Python with something like this: |
// hashlib.sha256().update(open("<file>.crx").read()[16:16+294]).digest(). |