| Index: ios/chrome/browser/ui/stack_view/stack_view_controller.h
|
| diff --git a/ios/chrome/browser/ui/stack_view/stack_view_controller.h b/ios/chrome/browser/ui/stack_view/stack_view_controller.h
|
| index 8070a7f3d58c7476744fb8b080af9f1b5cfb3259..047e36964437b1af1eeb838e40acd10f869ec4bb 100644
|
| --- a/ios/chrome/browser/ui/stack_view/stack_view_controller.h
|
| +++ b/ios/chrome/browser/ui/stack_view/stack_view_controller.h
|
| @@ -16,7 +16,6 @@ class GURL;
|
|
|
| // A protocol used by the StackViewController for test purposes.
|
| @protocol StackViewControllerTestDelegate
|
| -@required
|
| // Informs the delegate that the show tab animation starts.
|
| - (void)stackViewControllerShowWithSelectedTabAnimationDidStart;
|
| // Informs the delegate that the show tab animation finished.
|
|
|