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

Unified Diff: Source/web/ChromeClientImpl.h

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.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 58f74c2bb0f94c75fc8a1fe31de674b96d5d287c..69c24d14a0c39ec5f20aa26de1a64ddbc1a4013d 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -173,6 +173,8 @@ public:
FloatSize elasticOverscroll() const override;
+ void observedNonGetFetchFromScript() const override;
+
private:
explicit ChromeClientImpl(WebViewImpl*);

Powered by Google App Engine
This is Rietveld 408576698