Index: content/browser/frame_host/navigation_request.h |
diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h |
index b711278123b2e69ba62583aad40cede1dd5336bf..a1530b4e159bf4d38fe4a0b09ada2f779174285f 100644 |
--- a/content/browser/frame_host/navigation_request.h |
+++ b/content/browser/frame_host/navigation_request.h |
@@ -164,10 +164,8 @@ |
// Note: When the navigation is ready to commit, the url in |common_params| |
// will be set to the final navigation url, obtained after following all |
// redirects. |
- // Note: |common_params_| and |begin_params_| are not const as they can be |
- // modified during redirects. |
CommonNavigationParams common_params_; |
- BeginNavigationParams begin_params_; |
+ const BeginNavigationParams begin_params_; |
const RequestNavigationParams request_params_; |
const bool browser_initiated_; |