| Index: content/common/navigation_params.h
|
| diff --git a/content/common/navigation_params.h b/content/common/navigation_params.h
|
| index d4f88dc6c9951d895a980d8db6e985493b340967..0cbad8240487fe2460d4d1bcb567492d15fb0c70 100644
|
| --- a/content/common/navigation_params.h
|
| +++ b/content/common/navigation_params.h
|
| @@ -58,7 +58,7 @@ struct CONTENT_EXPORT CommonNavigationParams {
|
| bool should_replace_current_entry,
|
| base::TimeTicks ui_timestamp,
|
| FrameMsg_UILoadMetricsReportType::Value report_type,
|
| - const GURL& base_url_for_data_url,
|
| + const GURL& data_url_with_base_url,
|
| const GURL& history_url_for_data_url,
|
| LoFiState lofi_state,
|
| const base::TimeTicks& navigation_start);
|
| @@ -99,7 +99,8 @@ struct CONTENT_EXPORT CommonNavigationParams {
|
|
|
| // Base URL for use in Blink's SubstituteData.
|
| // Is only used with data: URLs.
|
| - GURL base_url_for_data_url;
|
| + // GURL base_url_for_data_url;
|
| + GURL data_url_with_base_url;
|
|
|
| // History URL for use in Blink's SubstituteData.
|
| // Is only used with data: URLs.
|
|
|