Remove obsolete concepts from BottomSheetController
This patch removes two concepts from the BottomSheetController: - Full show request: This was relevant when a function to preload content existed. Since that function was removed long ago, the map tracking these requests is no longer useful. Content that needs to pre-load can be done on a per-feature basis outside of BottomSheet code. - Shown for tab: This concept prevented a sheet content from auto- peeking multiple times for a single web page. No features currently use this concept and, if needed, could be implemented on a per- feature basis. Bug: 986310 Change-Id: I7b965cab4434cded6e729290af5413affc110edb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745398 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#686605}
Showing
Please register or sign in to comment