[ios] Presents bookmarks context menus without using the root VC.
Bookmarks was using the window's rootViewController to present context menus. This strategy does not work when BVC is presented instead of contained, so bookmarks is updated to present context menus on top of |self| instead. For safety, this change only takes effect when the BVC presentation experiment is enabled. BUG=768563 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ib129197b1aece67b2cc55d58de8e9be79d0af06e Reviewed-on: https://chromium-review.googlesource.com/760481 Commit-Queue: Rohit Rao (ping after 24h) <rohitrao@chromium.org> Reviewed-by:edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#515773}
Showing
Please register or sign in to comment