summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/two_phase_uploader.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/safe_browsing/two_phase_uploader.h')
-rw-r--r--chrome/browser/safe_browsing/two_phase_uploader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/two_phase_uploader.h b/chrome/browser/safe_browsing/two_phase_uploader.h
index 8aced0a..c10cf7b 100644
--- a/chrome/browser/safe_browsing/two_phase_uploader.h
+++ b/chrome/browser/safe_browsing/two_phase_uploader.h
@@ -54,7 +54,7 @@ class TwoPhaseUploader : public base::NonThreadSafe {
// The first phase request will be sent to |base_url|, with |metadata|
// included.
// |progress_callback| will be called periodically as the second phase
- // progresses.
+ // progresses, if it is non-null.
// On success |finish_callback| will be called with state = STATE_SUCCESS and
// the server response in response_data. On failure, state will specify
// which step the failure occurred in, and net_error, response_code, and