| 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 df18cf15ee93d96b4e2e3223710f36c974448c19..27a1b030e3bc544b642aa33c11bd847bcc0b3eae 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -236,6 +236,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;
|
|
|
|
|