New issue
Advanced search Search tips

Issue 887631 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

Unpin YouTube when device is offline

Project Member Reported by michae...@chromium.org, Sep 20

Issue description

In Demo Mode, we shouldn't pin the YouTube bookmark app when the device is offline, since it only launches a Chrome tab pointing to youtube.com.

Olga: Should we plan to remove the app entirely in the offline case, or replace it with some kind of "content card" app?
 
agreed, we should hide all apps which don't have content offline. The only app that has offline splash page is Play Store. Remaining apps should be hidden from shelf when device is offline. 
Labels: -M-72
IIUC, we want to dynamically show/hide the Youtube app in shelf based on the current network status. It should not depend on the enrollment type.
I vote that we decide at the start of the session, rather than changing the pinned apps whenever we connect/disconnect to a network. This would be simpler for us and less intrusive to the user.

Currently, we do have this check at the start of the session (but we don't apply it to YouTube because it's a default app IIRC): https://cs.chromium.org/chromium/src/chrome/browser/chromeos/login/demo_mode/demo_session.cc?type=cs&sq=package:chromium&g=0&l=340

Sign in to add a comment