Commit 99a5a126 authored by Avery Musbach's avatar Avery Musbach Committed by Commit Bot

split view: Revise comment in unit test

Bug: 890029
Change-Id: I380cddc0165b24d18fc91a8aef48778b4c65ccbe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097129Reviewed-by: default avatarXiaoqian Dai <xdai@chromium.org>
Commit-Queue: Avery Musbach <amusbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749236}
parent 628f869d
...@@ -5957,7 +5957,7 @@ TEST_P(SplitViewOverviewSessionInClamshellTest, BasicFunctionalitiesTest) { ...@@ -5957,7 +5957,7 @@ TEST_P(SplitViewOverviewSessionInClamshellTest, BasicFunctionalitiesTest) {
EXPECT_FALSE(overview_controller()->InOverviewSession()); EXPECT_FALSE(overview_controller()->InOverviewSession());
EXPECT_FALSE(split_view_controller()->InSplitViewMode()); EXPECT_FALSE(split_view_controller()->InSplitViewMode());
// 8. Test if splitview is active, open the app list will end overview if // 8. Test if splitview is not active, open the app list will end overview if
// overview is active. // overview is active.
ToggleOverview(); ToggleOverview();
// Open app list. // Open app list.
......
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