Index: content/browser/frame_host/navigator.h |
diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h |
index ce1c97dec992b8a9faf4735766f0c8de53dd6e70..c88e064ca87fa2bff649086ba0cc6b6b24ebfba7 100644 |
--- a/content/browser/frame_host/navigator.h |
+++ b/content/browser/frame_host/navigator.h |
@@ -129,7 +129,9 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> { |
const Referrer& referrer, |
ui::PageTransition page_transition, |
const GlobalRequestID& transferred_global_request_id, |
- bool should_replace_current_entry) {} |
+ bool should_replace_current_entry, |
+ const std::string& method, |
+ const scoped_refptr<ResourceRequestBody>& post_body) {} |
// PlzNavigate |
// Called after receiving a BeforeUnloadACK IPC from the renderer. If |