| 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 412850d368cb22b28ec7087c4d1fc6ff18fd0883..397d2c45322e23cdfa73c24f199cbf6ef9f1653f 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -611,6 +611,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| bool to_different_document) override;
|
| void DidStopLoading() override;
|
| void DidChangeLoadProgress() override;
|
| + ScopedVector<NavigationThrottle> CreateThrottlesForNavigation(
|
| + NavigationHandle* navigation_handle) override;
|
|
|
| // RenderWidgetHostDelegate --------------------------------------------------
|
|
|
|
|