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

Unified Diff: Source/core/page/ChromeClient.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/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index 50a9e46abeb8f1e526066941e640796017803121..01dadd441a48ba365b070b441b274b6c52d4af36 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -64,6 +64,7 @@ class Node;
class Page;
class PopupOpeningObserver;
class WebCompositorAnimationTimeline;
+class WebPageImportanceSignals;
tyoshino (SeeGerritForStatus) 2015/09/24 08:14:11 remove
kouhei (in TOK) 2015/09/25 03:22:00 Done.
struct CompositedSelection;
struct DateTimeChooserParameters;
@@ -251,6 +252,8 @@ public:
virtual FloatSize elasticOverscroll() const { return FloatSize(); }
+ virtual void observedNonGetFetchFromScript() const { }
tyoshino (SeeGerritForStatus) 2015/09/24 08:14:11 write a note to say that this doesn't capture all
kouhei (in TOK) 2015/09/25 03:22:00 Done.
+
protected:
~ChromeClient() override { }

Powered by Google App Engine
This is Rietveld 408576698