Commit 123b6a15 authored by Lucas Garron's avatar Lucas Garron Committed by Commit Bot

Update NavigationThrottle::CancelDeferredNavigation() comment to specifically...

Update NavigationThrottle::CancelDeferredNavigation() comment to specifically refer to the ThrottleCheckResult's action.

Bug: 762430
Change-Id: Ieaea62732d604ca56fb3cdb97e96a4ac98e76f15
Reviewed-on: https://chromium-review.googlesource.com/686102Reviewed-by: default avatarNasko Oskov <nasko@chromium.org>
Commit-Queue: Lucas Garron <lgarron@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504803}
parent feb283c7
......@@ -165,7 +165,7 @@ class CONTENT_EXPORT NavigationThrottle {
virtual void Resume();
// Cancels a navigation that was previously deferred by this
// NavigationThrottle. |result| should be equal to either:
// NavigationThrottle. |result|'s action should be equal to either:
// - NavigationThrottle::CANCEL,
// - NavigationThrottle::CANCEL_AND_IGNORE, or
// - NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment