| 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..10933d9e7a31d9d2543c7505e7c3446ec252f44a 100644
|
| --- a/content/public/browser/navigation_handle.h
|
| +++ b/content/public/browser/navigation_handle.h
|
| @@ -234,7 +234,7 @@ 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
|
| + // |result.action()| should be equal to NavigationThrottle::CANCEL or
|
| // NavigationThrottle::CANCEL_AND_IGNORE.
|
| // Note: this may lead to the deletion of the NavigationHandle and its
|
| // associated NavigationThrottles.
|
|
|