Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 10aed382cf1294326faa40841c6d65549b60d87e..52f656aa16daf65aa5e6e54cb1b084c1991dee4f 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -617,6 +617,8 @@ class CONTENT_EXPORT WebContentsImpl |
void DidChangeLoadProgress() override; |
ScopedVector<NavigationThrottle> CreateThrottlesForNavigation( |
NavigationHandle* navigation_handle) override; |
+ std::unique_ptr<NavigationUIData> GetNavigationUIData( |
+ NavigationHandle* navigation_handle) override; |
// RenderWidgetHostDelegate -------------------------------------------------- |