Commit 338f5826 authored by Joel Hockey's avatar Joel Hockey Committed by Commit Bot

Call GetTerminalId() rather than kCrostiniTerminalId

Change-Id: I7916349f118b26339462d9cafcb680ed1e983276
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078516Reviewed-by: default avatarNancy Wang <nancylingwang@chromium.org>
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Auto-Submit: Joel Hockey <joelhockey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745354}
parent f5a7302b
......@@ -773,7 +773,7 @@ class ChromeLauncherControllerTest : public BrowserWithTestWindowTest {
result += "Platform_App";
} else if (app == arc_support_host_->id()) {
result += "Play Store";
} else if (app == crostini::kCrostiniTerminalId) {
} else if (app == crostini::GetTerminalId()) {
result += "Terminal";
} else if (app == web_app_->id()) {
result += "WebApp";
......
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