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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2516473002: Cross-origin iframes: collect data under hypothetical loading strategies (Closed)
Patch Set: rebase Created 3 years, 10 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: third_party/WebKit/Source/core/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 196d737ed095c23c6f9027bf42baaa3a2f12e36d..be06444d9c29d9e385e1765857d27c6bd032d8be 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -944,7 +944,7 @@ class CORE_EXPORT FrameView final
void scheduleOrPerformPostLayoutTasks();
void performPostLayoutTasks();
- void maybeRecordLoadReason();
+ void recordDeferredLoadingStats();
DocumentLifecycle& lifecycle() const;

Powered by Google App Engine
This is Rietveld 408576698