Commit 8bcd9c91 authored by Jiewei Qian's avatar Jiewei Qian Committed by Commit Bot

system-web-apps: fix typo in system_web_app_ui_utils comment

Bug: 1114939
Change-Id: I912370270185cd18225242ead50010c50a4baee1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545324
Commit-Queue: Jiewei Qian  <qjw@chromium.org>
Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org>
Auto-Submit: Jiewei Qian  <qjw@chromium.org>
Reviewed-by: default avatarGiovanni Ortuño Urquidi <ortuno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828507}
parent 64ffc321
...@@ -263,7 +263,7 @@ Browser* LaunchSystemWebApp(Profile* profile, ...@@ -263,7 +263,7 @@ Browser* LaunchSystemWebApp(Profile* profile,
// inactive (background) desktop (e.g. when multiple users are logged in). // inactive (background) desktop (e.g. when multiple users are logged in).
// Here we move the newly created browser window (or the existing one on the // Here we move the newly created browser window (or the existing one on the
// inactive desktop) to the current active (visible) desktop, so the user // inactive desktop) to the current active (visible) desktop, so the user
// always see the launched app. // always sees the launched app.
multi_user_util::MoveWindowToCurrentDesktop( multi_user_util::MoveWindowToCurrentDesktop(
browser->window()->GetNativeWindow()); browser->window()->GetNativeWindow());
#endif #endif
......
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