| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index ddc417fb6f0a1c3c6c5fdf8bc801d57196a69fb9..4e3b573770bf13f8f3df01b2d940520cfd313393 100644
|
| --- a/ios/chrome/browser/tabs/tab.h
|
| +++ b/ios/chrome/browser/tabs/tab.h
|
| @@ -218,10 +218,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;
|
|
|
|
|