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

Unified Diff: Source/web/ChromeClientImpl.cpp

Issue 1303833002: Add WebPageImportanceSignals::issuedNonGetFetchFromScript() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 6dcd9436c0ca1f8e8446fc202039189bcb3fccad..5a02fba5a9fc44d2a752f31ba8579ecd6849442c 100644
--- a/Source/web/ChromeClientImpl.cpp
+++ b/Source/web/ChromeClientImpl.cpp
@@ -982,4 +982,9 @@ FloatSize ChromeClientImpl::elasticOverscroll() const
return m_webView->elasticOverscroll();
}
+void ChromeClientImpl::observedNonGetXHR() const
+{
+ m_webView->pageImportanceSignals().setIssuedNonGetXHR();
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698