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

Unified Diff: net/socket/fuzzed_socket.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 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: net/socket/fuzzed_socket.h
diff --git a/net/socket/fuzzed_socket.h b/net/socket/fuzzed_socket.h
index b46b10bb7a9be4cf4aef1338a526d63a0868c558..a16c782efec3987b83b1edaf0d43de8afbc1e868 100644
--- a/net/socket/fuzzed_socket.h
+++ b/net/socket/fuzzed_socket.h
@@ -73,7 +73,7 @@ class FuzzedSocket : public StreamSocket {
bool IsConnectedAndIdle() const override;
int GetPeerAddress(IPEndPoint* address) const override;
int GetLocalAddress(IPEndPoint* address) const override;
- const BoundNetLog& NetLog() const override;
+ const NetLogWithSource& NetLog() const override;
void SetSubresourceSpeculation() override;
void SetOmniboxSpeculation() override;
bool WasEverUsed() const override;
@@ -118,7 +118,7 @@ class FuzzedSocket : public StreamSocket {
int64_t total_bytes_read_ = 0;
int64_t total_bytes_written_ = 0;
- BoundNetLog bound_net_log_;
+ NetLogWithSource net_log_;
IPEndPoint remote_address_;

Powered by Google App Engine
This is Rietveld 408576698