| 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..2c9104f2c708b7346dce78973aef67f2cfdb8554 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.h
|
| +++ b/content/browser/frame_host/navigation_entry_impl.h
|
| @@ -147,7 +147,8 @@ class CONTENT_EXPORT NavigationEntryImpl
|
| const GURL& dest_url,
|
| const Referrer& dest_referrer,
|
| const FrameNavigationEntry& frame_entry,
|
| - FrameMsg_Navigate_Type::Value navigation_type) const;
|
| + FrameMsg_Navigate_Type::Value navigation_type,
|
| + int service_worker_provider_id) const;
|
| StartNavigationParams ConstructStartNavigationParams() const;
|
| RequestNavigationParams ConstructRequestNavigationParams(
|
| const FrameNavigationEntry& frame_entry,
|
|
|