| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index 2623b4624c747af3fa6c3bcd6dd934f294614837..f8d9ab1b53d5d1aa2a17929db0b9314b3fc6bfed 100644
|
| --- a/ios/chrome/browser/tabs/tab.h
|
| +++ b/ios/chrome/browser/tabs/tab.h
|
| @@ -255,7 +255,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
|
|
|