| Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_transition_context.h
|
| diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_transition_context.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_transition_context.h
|
| index 4f1baf1dbe4a85ff47ab886580d156d6e7c7d123..1d794c52d914d9bb95841475718b25d91a7ea5d7 100644
|
| --- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_transition_context.h
|
| +++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_transition_context.h
|
| @@ -27,9 +27,10 @@
|
| // Holds a snapshot view of the browser view controller's toolbar.
|
| @property(nonatomic, retain) UIView* toolbarSnapshotView;
|
|
|
| -// Index of the selected tab in the browser view controller when the transition
|
| -// context content was created.
|
| -@property(nonatomic, assign) NSInteger initialSelectedTabIndex;
|
| +// The tabID that was in the browser view controller when the transition context
|
| +// content was created. Used to understand what might have changed in the model
|
| +// when entering and leaving the tab switcher.
|
| +@property(nonatomic, copy) NSString* initialTabID;
|
| @end
|
|
|
| // A Tab switcher transition context holds the informations needed to compute
|
|
|