[iOS] Fix startup crash from thumb strip snapshotting
This crash only appears when certain other flags are disabled and the thumb strip is enabled (I didn't go through to find out exactly which ones). The root cause is that with these flags disabled, the thumb strip is created before the BVC's view is loaded, so the tab strip view has not been created yet either. Bug: 1094335 Change-Id: If70a670f366145514998ca5e1713a18c7770f58a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2608832Reviewed-by:Gauthier Ambard <gambard@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#840169}
Showing
Please register or sign in to comment