commit | d9991f9b197a4cfc5e8f4fb4337fcea0bef78c54 | [log] [tgz] |
---|---|---|
author | Matt Menke <[email protected]> | Fri Mar 23 20:16:33 2018 |
committer | Commit Bot <[email protected]> | Fri Mar 23 20:16:33 2018 |
tree | ebcb5260a56770029327ed03e4cf7710995a477c | |
parent | 2353d8a06be2f8046c63f673da188f27549306de [diff] [blame] |
UploadDataStream: Update ResetInternal() documentation. NOTRY=true Bug: 822717 Change-Id: I21cd2bed496cef2d8e94d1eebc7354cfa5b90ddd Reviewed-on: https://chromium-review.googlesource.com/978385 Commit-Queue: Matt Menke <[email protected]> Reviewed-by: Helen Li <[email protected]> Cr-Commit-Position: refs/heads/master@{#545565}
diff --git a/net/base/upload_data_stream.h b/net/base/upload_data_stream.h index 1c6e554b..b9645ec 100644 --- a/net/base/upload_data_stream.h +++ b/net/base/upload_data_stream.h
@@ -124,7 +124,7 @@ virtual int ReadInternal(IOBuffer* buf, int buf_len) = 0; // Resets state and cancels any pending callbacks. Guaranteed to be called - // before all but the first call to InitInternal. + // at least once before every call to InitInternal. virtual void ResetInternal() = 0; uint64_t total_size_;