| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index 75d76a9b20d39fa8306b9ddbd9849d641f01dcba..050443337d4f3a608bf9e75978ca5080e40856a9 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -77,6 +77,7 @@
|
| #include "public/web/WebInputEvent.h"
|
| #include "public/web/WebKit.h"
|
| #include "public/web/WebNode.h"
|
| +#include "public/web/WebPageImportanceSignals.h"
|
| #include "public/web/WebPlugin.h"
|
| #include "public/web/WebPopupMenuInfo.h"
|
| #include "public/web/WebSelection.h"
|
| @@ -1006,4 +1007,9 @@ FloatSize ChromeClientImpl::elasticOverscroll() const
|
| return m_webView->elasticOverscroll();
|
| }
|
|
|
| +void ChromeClientImpl::observedNonGetFetchFromScript() const
|
| +{
|
| + m_webView->pageImportanceSignals().setIssuedNonGetFetchFromScript();
|
| +}
|
| +
|
| } // namespace blink
|
|
|