| Index: ios/web/web_state/web_state_impl.h
|
| diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
|
| index 916f62f446c182baaaed9791349b7f250dfc8b31..5bc4b1cd14d2527e309f507fa7c216eeebc36928 100644
|
| --- a/ios/web/web_state/web_state_impl.h
|
| +++ b/ios/web/web_state/web_state_impl.h
|
| @@ -208,6 +208,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
|
| id<CRWWebViewProxy> GetWebViewProxy() const override;
|
| WebStateInterfaceProvider* GetWebStateInterfaceProvider() override;
|
| bool HasOpener() const override;
|
| + void TakeSnapshot(const SnapshotCallback& callback) const override;
|
| base::WeakPtr<WebState> AsWeakPtr() override;
|
|
|
| // Adds |interstitial|'s view to the web controller's content view.
|
|
|