Prototype implementation of MediaImportHandler.
The MediaImportHandler is the overall framework class for coordinating the
import of media from attached media devices to Drive. This initial
implementation sketches out the process, using FileOperationManager to provide
the actual copy functionality.
- UI and checks for opt-in to Drive->Photos sync and Photos->Drive sync are just
stubbed out as TODOs.
- The use of FileOperationManager means that the import process is surfaced as a
normal copy operaion, which is not the final goal. Follow-up work is needed
to implement a separate import queue and associated task management and UI.
BUG=
420680
Committed:
https://crrev.com/157ed95ab034b76ac8491b9f926051d6e9ac9055
Cr-Commit-Position: refs/heads/master@{#307076}