New issue
Advanced search Search tips

Issue 897632 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

IsArcAppWindow() returns false for ARC++ Kiosk app windows.

Project Member Reported by yhanada@chromium.org, Oct 22

Issue description

Spun off from  crbug.com/891825  and crrev.com/c/1291289.

IsArcAppWindow() in components/arc/arc_util returns false for ARC++ Kiosk app window.
It should return true.

 
IsArcAppWindow uses aura::client::kAppType window property and checkes if it's set to ARC_APP.
For Kiosk window, the property is not set.
For ARC++ windows in normal mode, it seems to be set in ArcAppWindowLauncherController[1].

https://cs.chromium.org/chromium/src/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc?type=cs&sq=package:chromium&g=0&l=225
Status: Untriaged (was: Unconfirmed)
Labels: Impacts-Enterprise
Owner: marcuskoehler@chromium.org
TODO: move to buganizer
Status: Assigned (was: Untriaged)

Comment 7 by atwilson@google.com, Today (20 hours ago)

Labels: Hotlist-Enterprise

Sign in to add a comment