Adds new private API manifest for Files.app copy.
This CL introduces three new private APIs, which will be used to replace Files.app's current copy implementation. Currently, the copy operation is implemented in JavaScript layer, because FileSystem API's copyTo method doesn't support progress update and cancelling. To let Files.app focus on UI, the copy implementation is being moved to C++ layer, and these private APIs will be used for it. This CL just adds manifest entries, so no behavior change is expected. BUG=279287 TEST=Tested manually. Review URL: https://chromiumcodereview.appspot.com/23537002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220603 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment