Index: content/public/browser/navigation_handle.h |
diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h |
index 13c647d63de2c33a17055f5bafdfd478e2438e23..32af5114d090e48c7c78d8c32611ab3b5ef1d7bd 100644 |
--- a/content/public/browser/navigation_handle.h |
+++ b/content/public/browser/navigation_handle.h |
@@ -234,8 +234,10 @@ class CONTENT_EXPORT NavigationHandle { |
virtual void Resume() = 0; |
// Cancels a navigation that was previously deferred by a NavigationThrottle. |
- // |result| should be equal to NavigationThrottle::CANCEL or |
- // NavigationThrottle::CANCEL_AND_IGNORE. |
+ // |result| should be equal to either: |
+ // - NavigationThrottle::CANCEL, |
+ // - NavigationThrottle::CANCEL_AND_IGNORE, or |
+ // - NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE. |
// Note: this may lead to the deletion of the NavigationHandle and its |
// associated NavigationThrottles. |
virtual void CancelDeferredNavigation( |