Index: ios/chrome/browser/tabs/tab.h |
diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h |
index a4c009d74b7448a0810811b3956d367352a0c16e..13a84a74ae97722112d08cae8e0bd04a46faa695 100644 |
--- a/ios/chrome/browser/tabs/tab.h |
+++ b/ios/chrome/browser/tabs/tab.h |
@@ -258,7 +258,6 @@ extern NSString* const kProxyPassthroughHeaderValue; |
// Navigate forwards or backwards to |item|. |
- (void)goToItem:(const web::NavigationItem*)item; |
-- (void)reload; |
// Navigates forwards or backwards. |
// TODO(crbug.com/661664): These are passthroughs to CRWWebController. Convert |