| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index bd4b5aaecba0efb0a2a3e0ca1ee74121056270c8..43091fc27ee1f0c3d3c327650d3af6d9afa5864d 100644
|
| --- a/ios/chrome/browser/tabs/tab.h
|
| +++ b/ios/chrome/browser/tabs/tab.h
|
| @@ -227,10 +227,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
|
| - (void)goBack;
|
| - (void)goForward;
|
|
|
| -// Records the state (scroll position, form values, whatever can be
|
| -// harvested) from the current page into the current session entry.
|
| -- (void)recordStateInHistory;
|
| -
|
| // Returns the timestamp of the last time the tab is visited.
|
| - (double)lastVisitedTimestamp;
|
|
|
|
|