Index: content/browser/frame_host/navigation_entry_impl.cc |
diff --git a/content/browser/frame_host/navigation_entry_impl.cc b/content/browser/frame_host/navigation_entry_impl.cc |
index 1adb2be5d700a2f168971c42864488bf3594f81b..729f45aae4a97698c08ef7ec35ab0e3d3077dea6 100644 |
--- a/content/browser/frame_host/navigation_entry_impl.cc |
+++ b/content/browser/frame_host/navigation_entry_impl.cc |
@@ -484,7 +484,8 @@ RequestNavigationParams NavigationEntryImpl::ConstructRequestNavigationParams( |
bool intended_as_new_entry, |
int pending_history_list_offset, |
int current_history_list_offset, |
- int current_history_list_length) const { |
+ int current_history_list_length, |
+ int service_worker_provider_id) const { |
// Set the redirect chain to the navigation's redirects, unless returning to a |
// completed navigation (whose previous redirects don't apply). |
std::vector<GURL> redirects; |
@@ -509,7 +510,7 @@ RequestNavigationParams NavigationEntryImpl::ConstructRequestNavigationParams( |
GetPageID(), GetUniqueID(), is_same_document_history_load, |
has_committed_real_load, intended_as_new_entry, pending_offset_to_send, |
current_offset_to_send, current_length_to_send, |
- should_clear_history_list()); |
+ should_clear_history_list(), service_worker_provider_id); |
} |
void NavigationEntryImpl::ResetForCommit() { |