| Index: content/common/navigation_params.cc
|
| diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
|
| index 33d1c8ed2fcaebe99369e95855296bbc445ffac4..0ab8c3ff411d764f834785b67c5a28ea1d0f504b 100644
|
| --- a/content/common/navigation_params.cc
|
| +++ b/content/common/navigation_params.cc
|
| @@ -24,7 +24,8 @@ CommonNavigationParams::CommonNavigationParams(
|
| base::TimeTicks ui_timestamp,
|
| FrameMsg_UILoadMetricsReportType::Value report_type,
|
| const GURL& base_url_for_data_url,
|
| - const GURL& history_url_for_data_url)
|
| + const GURL& history_url_for_data_url,
|
| + bool lock_history_list)
|
| : url(url),
|
| referrer(referrer),
|
| transition(transition),
|
| @@ -33,7 +34,8 @@ CommonNavigationParams::CommonNavigationParams(
|
| ui_timestamp(ui_timestamp),
|
| report_type(report_type),
|
| base_url_for_data_url(base_url_for_data_url),
|
| - history_url_for_data_url(history_url_for_data_url) {
|
| + history_url_for_data_url(history_url_for_data_url),
|
| + lock_history_list(lock_history_list) {
|
| }
|
|
|
| CommonNavigationParams::~CommonNavigationParams() {
|
|
|