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

Unified Diff: third_party/WebKit/Source/core/loader/NavigationScheduler.h

Issue 1774663002: Teach CRFO:CapturePageText to recognize page refreshes with long delays. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits. Created 4 years, 9 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/loader/NavigationScheduler.h
diff --git a/third_party/WebKit/Source/core/loader/NavigationScheduler.h b/third_party/WebKit/Source/core/loader/NavigationScheduler.h
index 71a64fb78ac2cc4a15124a6d2a7d82f24a689373..01d0fddb158d52469c82dc3d87f456497e80482e 100644
--- a/third_party/WebKit/Source/core/loader/NavigationScheduler.h
+++ b/third_party/WebKit/Source/core/loader/NavigationScheduler.h
@@ -61,7 +61,7 @@ public:
~NavigationScheduler();
bool locationChangePending();
- bool isNavigationScheduled() const;
+ bool isNavigationScheduledWithin(double intervalInSeconds) const;
void scheduleRedirect(double delay, const String& url);
void scheduleLocationChange(Document*, const String& url, bool replacesCurrentItem = true);
« no previous file with comments | « chrome/test/data/translate/refresh_meta_tag_long.html ('k') | third_party/WebKit/Source/core/loader/NavigationScheduler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698