| Index: content/browser/frame_host/frame_tree_node.h
|
| diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h
|
| index 33b10b01e442c99164f77ba898efb3a25741c17b..5575cf720cfcdf4dbb6570175b8a44d68c2a5703 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -256,6 +256,10 @@ class CONTENT_EXPORT FrameTreeNode {
|
| // time and notifies observers.
|
| void DidFocus();
|
|
|
| + // Called when the user closed the modal dialogue for BeforeUnload and
|
| + // cancelled the navigation. This should stop the loads.
|
| + void BeforeUnloadCanceled();
|
| +
|
| private:
|
| class OpenerDestroyedObserver;
|
|
|
|
|