Commit b514a54d authored by Manu Cornet's avatar Manu Cornet Committed by Commit Bot

CrOS Shelf: Clean up an already-addressed TODO

Change-Id: I9ba9016fdf48fab67a929cbb49ca380045a0fb92
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832981
Commit-Queue: Manu Cornet <manucornet@chromium.org>
Commit-Queue: Matthew Mourgos <mmourgos@chromium.org>
Auto-Submit: Manu Cornet <manucornet@chromium.org>
Reviewed-by: default avatarMatthew Mourgos <mmourgos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701409}
parent 39857909
......@@ -124,9 +124,6 @@ void ShelfConfig::OnOverviewModeEnded() {
}
int ShelfConfig::shelf_size() const {
// TODO(manucornet): Add unit tests to check that this returns the correct
// sizes in various situations.
// Before the hotseat redesign, the shelf always has the same size.
if (!chromeos::switches::ShouldShowShelfHotseat())
return 56;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment