| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 27b3ed9aa38776dc4f6c4b0cd645d90b4a6317aa..46054cddc570156245c6da4be7c19726163403be 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -174,6 +174,8 @@ public:
|
|
|
| FloatSize elasticOverscroll() const override;
|
|
|
| + void didObserveNonGetFetchFromScript() const override;
|
| +
|
| private:
|
| explicit ChromeClientImpl(WebViewImpl*);
|
|
|
|
|