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

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

Issue 1309883003: Add hooks for capturing meaningful text info, gently. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Oopsie fixed. 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/loader/NavigationScheduler.h
diff --git a/Source/core/loader/NavigationScheduler.h b/Source/core/loader/NavigationScheduler.h
index a5d0e78aef267fea9376e9e2e55ee6a55c18d401..352ae163d569b7793d8ec56aa6d4fe3b324a34d5 100644
--- a/Source/core/loader/NavigationScheduler.h
+++ b/Source/core/loader/NavigationScheduler.h
@@ -90,6 +90,7 @@ public:
~NavigationScheduler();
bool locationChangePending();
+ bool isNavigationScheduled() const;
void scheduleRedirect(double delay, const String& url);
void scheduleLocationChange(Document*, const String& url, bool replacesCurrentItem = true);

Powered by Google App Engine
This is Rietveld 408576698