New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 824006 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

chromeos::file_system_provider::Observer is called inconsistently

Project Member Reported by sashab@chromium.org, Mar 21 2018

Issue description

chromeos::file_system_provider::Observer is called inconsistently. Sometimes its called when there is an error, but sometimes it isn't. For example, in Service::MountFileSystemInternal we always call the observer for each error, however in _api.cc we don't.

We should fix the places where it isn't called, and call it with an error code.
 

Comment 1 by sashab@chromium.org, Mar 21 2018

Description: Show this description

Sign in to add a comment