Index: content/browser/frame_host/navigation_handle_impl.h |
diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h |
index 6f46707108e531ceac132639638d387611e5710f..2e1e64a1fb82d4bdc3c4ffaf626bd017c8ca7460 100644 |
--- a/content/browser/frame_host/navigation_handle_impl.h |
+++ b/content/browser/frame_host/navigation_handle_impl.h |
@@ -76,6 +76,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle { |
bool HasCommitted() override; |
bool IsErrorPage() override; |
void Resume() override; |
+ void CancelDeferredNavigation(bool ignore) override; |
void RegisterThrottleForTesting( |
scoped_ptr<NavigationThrottle> navigation_throttle) override; |
NavigationThrottle::ThrottleCheckResult CallWillStartRequestForTesting( |
@@ -167,6 +168,8 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle { |
NavigationThrottle::ThrottleCheckResult CheckWillStartRequest(); |
NavigationThrottle::ThrottleCheckResult CheckWillRedirectRequest(); |
+ void RunCompleteCallback(NavigationThrottle::ThrottleCheckResult result); |
+ |
// Used in tests. |
State state() const { return state_; } |