| Index: content/common/navigation_params.cc
|
| diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
|
| index dfaefb1ea89b84034253553d83a4c3b9eda4ab8a..63e6a118b7b7dfeedb86cec24bdc40c7a5344e89 100644
|
| --- a/content/common/navigation_params.cc
|
| +++ b/content/common/navigation_params.cc
|
| @@ -126,6 +126,7 @@ RequestNavigationParams::RequestNavigationParams()
|
| current_history_list_offset(-1),
|
| current_history_list_length(0),
|
| should_clear_history_list(false),
|
| + should_create_service_worker(false),
|
| service_worker_provider_id(kInvalidServiceWorkerProviderId) {}
|
|
|
| RequestNavigationParams::RequestNavigationParams(
|
| @@ -159,6 +160,7 @@ RequestNavigationParams::RequestNavigationParams(
|
| current_history_list_offset(current_history_list_offset),
|
| current_history_list_length(current_history_list_length),
|
| should_clear_history_list(should_clear_history_list),
|
| + should_create_service_worker(false),
|
| service_worker_provider_id(kInvalidServiceWorkerProviderId) {}
|
|
|
| RequestNavigationParams::~RequestNavigationParams() {
|
|
|