| Index: chrome/browser/safe_browsing/two_phase_uploader.h
|
| diff --git a/chrome/browser/safe_browsing/two_phase_uploader.h b/chrome/browser/safe_browsing/two_phase_uploader.h
|
| index 8aced0a4c283ef6797cca9ba204cf44653cc98e5..c10cf7b1eaf173b6aa902f7467ff3cc4a01722c6 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
|
|
|