| Index: ios/web/navigation/crw_session_controller.h
|
| diff --git a/ios/web/navigation/crw_session_controller.h b/ios/web/navigation/crw_session_controller.h
|
| index ff48450d0a3aa2693ea425366426ffadef3243a7..264a16ac81077c869a1aa2bf402a1b7e9b324e1f 100644
|
| --- a/ios/web/navigation/crw_session_controller.h
|
| +++ b/ios/web/navigation/crw_session_controller.h
|
| @@ -125,9 +125,6 @@ struct Referrer;
|
| // whose index in |entries_| is greater than |currentNavigationIndex_|.
|
| - (NSArray*)forwardEntries;
|
|
|
| -// Returns the URLs in the entries that are redirected to the current entry.
|
| -- (std::vector<GURL>)currentRedirectedUrls;
|
| -
|
| // Determines whether a navigation between |firstEntry| and |secondEntry| is a
|
| // same-document navigation. Entries can be passed in any order.
|
| - (BOOL)isSameDocumentNavigationBetweenEntry:(CRWSessionEntry*)firstEntry
|
|
|