| Index: content/public/browser/navigation_controller.h
|
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
|
| index ffe2eaed6a0da892bd5c104e135d2b2949709001..c757da4d1b0d2c1ff3613a60a74a78b333f15d08 100644
|
| --- a/content/public/browser/navigation_controller.h
|
| +++ b/content/public/browser/navigation_controller.h
|
| @@ -291,7 +291,8 @@ class NavigationController {
|
|
|
| // Pending entry -------------------------------------------------------------
|
|
|
| - // Discards the pending and transient entries if any.
|
| + // Discards the pending and transient entries if any, and send an appropriate
|
| + // notification (INVALIDATE_TYPE_URL or INVALIDATE_TYPE_ALL) if they were.
|
| virtual void DiscardNonCommittedEntries() = 0;
|
|
|
| // Returns the pending entry corresponding to the navigation that is
|
|
|