| Index: content/browser/frame_host/navigation_controller_impl.h
|
| diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
|
| index d2887642988179e0eb25ba0d60858f83f2487c16..9b77719a64a55cbfe98ee57c124a02990d285cfe 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.h
|
| +++ b/content/browser/frame_host/navigation_controller_impl.h
|
| @@ -84,8 +84,6 @@ class CONTENT_EXPORT NavigationControllerImpl
|
| bool IsInitialNavigation() const override;
|
| bool IsInitialBlankNavigation() const override;
|
| void Reload(bool check_for_repost) override;
|
| - // TODO(toyoshim): Merge ReloadToRefreshContent() to Reload().
|
| - void ReloadToRefreshContent(bool check_for_repost) override;
|
| void ReloadBypassingCache(bool check_for_repost) override;
|
| void ReloadOriginalRequestURL(bool check_for_repost) override;
|
| void ReloadDisableLoFi(bool check_for_repost) override;
|
|
|