| Index: content/common/navigation_params.cc
|
| diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
|
| index 9c0f445f71a90a8875829ad0609bc5c21881200b..62c3503ab6e9f3f231e9f332d2ed6bd0853f3ad9 100644
|
| --- a/content/common/navigation_params.cc
|
| +++ b/content/common/navigation_params.cc
|
| @@ -123,6 +123,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(
|
| @@ -156,6 +157,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() {
|
|
|