Chromium Code Reviews| Index: content/browser/frame_host/navigation_entry_impl.h |
| diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h |
| index 8aec8152ba7561bee1a805969ab86ce73b054a3b..3fc337cc09f9447423aaa9c7f4b61cb365081c6c 100644 |
| --- a/content/browser/frame_host/navigation_entry_impl.h |
| +++ b/content/browser/frame_host/navigation_entry_impl.h |
| @@ -157,7 +157,8 @@ class CONTENT_EXPORT NavigationEntryImpl |
| bool intended_as_new_entry, |
| int pending_offset_to_send, |
| int current_offset_to_send, |
| - int current_length_to_send) const; |
| + int current_length_to_send, |
| + int service_worker_provider_id) const; |
|
clamy
2015/10/02 10:34:44
See my comment on the previous patch set on why we
Fabrice (no longer in Chrome)
2015/10/02 16:37:34
Done.
|
| // Once a navigation entry is committed, we should no longer track several |
| // pieces of non-persisted state, as documented on the members below. |