Index: content/browser/frame_host/navigation_request_info.h |
diff --git a/content/browser/frame_host/navigation_request_info.h b/content/browser/frame_host/navigation_request_info.h |
index f63db7738d3cbea252d2c2af181a62149346930b..0a4abc57a9b324192efb1643f5ab3f1aff6470e6 100644 |
--- a/content/browser/frame_host/navigation_request_info.h |
+++ b/content/browser/frame_host/navigation_request_info.h |
@@ -32,7 +32,10 @@ struct CONTENT_EXPORT NavigationRequestInfo { |
~NavigationRequestInfo(); |
const CommonNavigationParams common_params; |
- const BeginNavigationParams begin_params; |
+ |
+ // The headers may be changed during calls to |
nasko
2015/11/06 23:51:51
nit: Add "by throttles" so it is clear who may cha
clamy
2015/11/09 15:47:09
Done.
|
+ // NavigationThrottle::WillStartRequest. |
+ BeginNavigationParams begin_params; |
// Usually the URL of the document in the top-level window, which may be |
// checked by the third-party cookie blocking policy. |