Chromium Code Reviews
Description[Retry] SyncFS: store disabled origins in DriveMetadataStore
Store disabled origins when extensions are disabled. Current implementation stores origins only for installed and enabled apps (i.e. batch sync origins and incremental sync origins). Therefore we cannot access files and metadata related to installed but disabled apps.
This makes a difference between installing/uninstalling and enabling/disabling extensions.
- register an origin when an extension is launched for the first time.
- disable the origin when the extension is disabled (not unregister).
- enable the origin when the extension is enabled.
- unregister the origin when the extension is uninstalled.
Original review: https://codereview.chromium.org/12744008/
BUG=184742
TEST=unit_test
TEST=manual test (launch, reload, restart, disable, enable and uninstall an app)
TBR=kinuko,tzik,calvinlo
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189228
Patch Set 1 #Messages
Total messages: 3 (0 generated)
|