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

Unified Diff: Source/web/ChromeClientImpl.h

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.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 0de8d1247d366b0cb23b183f6c0787147c9ebcaf..07e0c92cdc03410d982483a890b1a0669cbc9721 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -169,6 +169,8 @@ public:
FloatSize elasticOverscroll() const override;
+ void observedNonGetXHR() const override;
+
private:
explicit ChromeClientImpl(WebViewImpl*);

Powered by Google App Engine
This is Rietveld 408576698