| Index: content/common/navigation_params.cc
|
| diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
|
| index 8ab6ed48d8c107efc1f7be23fb77474794b94d1b..ac698af90d29984598b6bfc87703eb56d7a6d12f 100644
|
| --- a/content/common/navigation_params.cc
|
| +++ b/content/common/navigation_params.cc
|
| @@ -144,8 +144,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,
|
| @@ -178,8 +177,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;
|
|
|