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

Unified Diff: chrome/common/render_messages_params.h

Issue 6488010: Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNavigate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: propagate GetPeerAddressErrors, and sync Created 9 years, 10 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: chrome/common/render_messages_params.h
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h
index 5ce030eb13e2dc0fd1601ac8d35637a5b19e397c..d536d0cc3459913279856e7ea06963e9fd748311 100644
--- a/chrome/common/render_messages_params.h
+++ b/chrome/common/render_messages_params.h
@@ -303,6 +303,10 @@ struct ViewHostMsg_FrameNavigate_Params {
// The status code of the HTTP request.
int http_status_code;
+
+ // Remote address of the socket which fetched this resource.
+ // Can be "ipv4:port", "[ipv6]:port", or empty.
+ std::string socket_address;
};
// Values that may be OR'd together to form the 'flags' parameter of a

Powered by Google App Engine
This is Rietveld 408576698