| 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 397d2c45322e23cdfa73c24f199cbf6ef9f1653f..0682635757d0ab341be965cc6dbd1c6ebac27b76 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -613,6 +613,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 --------------------------------------------------
|
|
|
|
|