Chromium Code Reviews| Index: content/browser/frame_host/navigator.cc |
| diff --git a/content/browser/frame_host/navigator.cc b/content/browser/frame_host/navigator.cc |
| index 00e193fc747bfc721d496f4ced08e26d799dcb80..5e441ef32ab4d682aefdb8fd637490d97a1ead19 100644 |
| --- a/content/browser/frame_host/navigator.cc |
| +++ b/content/browser/frame_host/navigator.cc |
| @@ -40,4 +40,8 @@ bool Navigator::IsWaitingForBeforeUnloadACK(FrameTreeNode* frame_tree_node) { |
| return false; |
| } |
| +NavigatorDelegate* Navigator::GetDelegate() { |
| + return nullptr; |
| +} |
| + |
| } // namespace content |