| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index d60aa85a7e48d88532123978cd5b2f26e394203d..f1e97728c069646fd11ee36debd62777fc72ace6 100644
|
| --- a/ios/chrome/browser/tabs/tab.h
|
| +++ b/ios/chrome/browser/tabs/tab.h
|
| @@ -274,9 +274,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
|
| // Returns the infobars::InfoBarManager object for this tab.
|
| - (infobars::InfoBarManager*)infoBarManager;
|
|
|
| -// Returns the URLs in the entries that are redirected to the current entry.
|
| -- (std::vector<GURL>)currentRedirectedUrls;
|
| -
|
| // Whether the content of the current tab is compatible with reader mode.
|
| - (BOOL)canSwitchToReaderMode;
|
|
|
|
|