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

Unified Diff: third_party/WebKit/Source/core/page/BUILD.gn

Issue 2526163002: Rename blink::Page's load deferral to suspension (Closed)
Patch Set: Created 4 years, 1 month 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/page/BUILD.gn
diff --git a/third_party/WebKit/Source/core/page/BUILD.gn b/third_party/WebKit/Source/core/page/BUILD.gn
index 07a4267106646703eeb97429631d6a4d8558c99c..cbd310aee6ae7fbcc9dd6a49697a1a1a119b132e 100644
--- a/third_party/WebKit/Source/core/page/BUILD.gn
+++ b/third_party/WebKit/Source/core/page/BUILD.gn
@@ -41,8 +41,8 @@ blink_core_sources("page") {
"PointerLockController.h",
"PopupOpeningObserver.h",
"PrintContext.cpp",
- "ScopedPageLoadDeferrer.cpp",
- "ScopedPageLoadDeferrer.h",
+ "ScopedPageSuspender.cpp",
+ "ScopedPageSuspender.h",
"SpatialNavigation.cpp",
"TouchAdjustment.cpp",
"TouchAdjustment.h",
« no previous file with comments | « third_party/WebKit/Source/core/loader/NavigationScheduler.cpp ('k') | third_party/WebKit/Source/core/page/ChromeClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698