Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: Source/web/ChromeClientImpl.cpp

Issue 1303833002: Add WebPageImportanceSignals::issuedNonGetFetchFromScript() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hook DocumentThreadableLoader Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/ChromeClientImpl.cpp
diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
index b5c25af063f53929afcaa2bd79270c72442be272..31308d7ba5c18c3565891961722caedd027220cb 100644
--- a/Source/web/ChromeClientImpl.cpp
+++ b/Source/web/ChromeClientImpl.cpp
@@ -1001,4 +1001,9 @@ FloatSize ChromeClientImpl::elasticOverscroll() const
return m_webView->elasticOverscroll();
}
+void ChromeClientImpl::observedNonGetFetchFromScript() const
+{
+ m_webView->pageImportanceSignals().setIssuedNonGetFetchFromScript();
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698