| Index: ios/chrome/browser/sessions/session_window.h
|
| diff --git a/ios/chrome/browser/sessions/session_window.h b/ios/chrome/browser/sessions/session_window.h
|
| index e2b838d2157250ce9abd9d6df8b9d23f1068fdc7..0e4615d2e819ef94a2aed2916dd006d27c15fc71 100644
|
| --- a/ios/chrome/browser/sessions/session_window.h
|
| +++ b/ios/chrome/browser/sessions/session_window.h
|
| @@ -21,9 +21,9 @@
|
| // initialized "empty" (without any sessions) and sessions are added one at a
|
| // time. For example:
|
| // SessionWindowIOS* window = [[SessionWindow alloc] init];
|
| -// [window addSession:session_storage];
|
| +// [window addSerializedSession:session_storage];
|
| // ...
|
| -// [window setSelectedInex:mySelectedIndex];
|
| +// [window setSelectedIndex:mySelectedIndex];
|
| - (void)addSerializedSession:(CRWNavigationManagerStorage*)session;
|
|
|
| // Clears all added sessions.
|
|
|