| Index: content/common/navigation_params.cc
|
| diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
|
| index e087c759a36e93b20a7b1c7f6bcde3b587f52fef..ac2cb9cbe3165b16b76b7ed6f36a6193bca35103 100644
|
| --- a/content/common/navigation_params.cc
|
| +++ b/content/common/navigation_params.cc
|
| @@ -145,8 +145,7 @@ RequestNavigationParams::RequestNavigationParams()
|
| current_history_list_length(0),
|
| is_view_source(false),
|
| should_clear_history_list(false),
|
| - should_create_service_worker(false),
|
| - service_worker_provider_id(kInvalidServiceWorkerProviderId) {}
|
| + should_create_service_worker(false) {}
|
|
|
| RequestNavigationParams::RequestNavigationParams(
|
| bool is_overriding_user_agent,
|
| @@ -179,8 +178,7 @@ RequestNavigationParams::RequestNavigationParams(
|
| current_history_list_length(current_history_list_length),
|
| is_view_source(is_view_source),
|
| should_clear_history_list(should_clear_history_list),
|
| - should_create_service_worker(false),
|
| - service_worker_provider_id(kInvalidServiceWorkerProviderId) {}
|
| + should_create_service_worker(false) {}
|
|
|
| RequestNavigationParams::RequestNavigationParams(
|
| const RequestNavigationParams& other) = default;
|
|
|