| Index: content/browser/frame_host/navigator_delegate.cc
|
| diff --git a/content/browser/frame_host/navigator_delegate.cc b/content/browser/frame_host/navigator_delegate.cc
|
| index 0c812b73ff2c4d13fc36c84d1ad62d7d40478d0f..d79f2416de2039adfc50d719af9612daed0cf379 100644
|
| --- a/content/browser/frame_host/navigator_delegate.cc
|
| +++ b/content/browser/frame_host/navigator_delegate.cc
|
| @@ -24,4 +24,9 @@ NavigatorDelegate::CreateThrottlesForNavigation(
|
| return ScopedVector<NavigationThrottle>();
|
| }
|
|
|
| +std::unique_ptr<NavigationUIData> NavigatorDelegate::GetNavigationUIData(
|
| + NavigationHandle* navigation_handle) {
|
| + return nullptr;
|
| +}
|
| +
|
| } // namespace content
|
|
|