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

Unified Diff: components/cronet/android/cronet_upload_data_stream.h

Issue 2227503003: Add net log to UploadDataStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 4 months 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/cronet/android/cronet_upload_data_stream.h
diff --git a/components/cronet/android/cronet_upload_data_stream.h b/components/cronet/android/cronet_upload_data_stream.h
index e0aac96bba4096b3c157d9027ada221802793ecc..97b6e4e053c4bf98a976d2bd00bb62bc38080e60 100644
--- a/components/cronet/android/cronet_upload_data_stream.h
+++ b/components/cronet/android/cronet_upload_data_stream.h
@@ -67,7 +67,7 @@ class CronetUploadDataStream : public net::UploadDataStream {
private:
// net::UploadDataStream implementation:
- int InitInternal() override;
+ int InitInternal(const net::BoundNetLog& net_log) override;
int ReadInternal(net::IOBuffer* buf, int buf_len) override;
void ResetInternal() override;
« no previous file with comments | « chrome/browser/devtools/devtools_network_upload_data_stream.cc ('k') | components/cronet/android/cronet_upload_data_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698