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

Unified Diff: Source/core/page/ChromeClient.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/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index f14b29f7bba9fecf1143d1d744b59e9a7b04948d..d53ebf4fc82bcec29089c77f6369d02a2a742dad 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -63,6 +63,7 @@ class Node;
class Page;
class PopupOpeningObserver;
class WebCompositorAnimationTimeline;
+class WebPageImportanceSignals;
struct CompositedSelection;
struct DateTimeChooserParameters;
@@ -247,6 +248,8 @@ public:
virtual FloatSize elasticOverscroll() const { return FloatSize(); }
+ virtual void observedNonGetXHR() const { }
+
protected:
~ChromeClient() override { }
« no previous file with comments | « no previous file | Source/core/xmlhttprequest/XMLHttpRequest.cpp » ('j') | Source/core/xmlhttprequest/XMLHttpRequest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698