| 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 3a460592222cbb92be3cf6bd10c8fc36d129ff6e..6372b000a8e1dda763c0606ef3a752f350d82867 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -146,8 +146,8 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
|
| const std::string& GetSearchableFormEncoding() override;
|
| ReloadType GetReloadType() override;
|
| const GlobalRequestID& GetGlobalRequestID() override;
|
| -
|
| NavigationData* GetNavigationData() override;
|
| + bool IsCancellingForTesting() override;
|
|
|
| // The NavigatorDelegate to notify/query for various navigation events.
|
| // Normally this is the WebContents, except if this NavigationHandle was
|
|
|