commit | 22ac0e6330e10c73959e9f02273967a01d0f81d5 | [log] [tgz] |
---|---|---|
author | Satoshi Niwa <[email protected]> | Tue Jan 30 04:41:03 2018 |
committer | Commit Bot <[email protected]> | Tue Jan 30 04:41:03 2018 |
tree | ffab40922c516fbdf7d278d1a6d594ece1a192f7 | |
parent | f21ddbca744f7a50c404be13bac1871b502b3120 [diff] |
Make DataOffer::SetDropData handle filesystem:// URLs. Below are the steps for converting Chrome-specific filesystem:// URLs into ARC URLs. 1) Extract filesystem URL(s) from pickle. -> "filesystem:chrome-extension://hhao.../external/drive-.../root/...." 2) Crack URL with FileSystemContext. -> "/special/drive-.../root/...." 3) Convert to Arc URL -> "content://org.chromium.arc.chromecontentprovider/externalfile%3Adrive-.../root/...." Bug: chromium:767982 Test: out/Default/exo_unittests --gtest_filter="DataOffer.*" Change-Id: I9fc803f69acd0d3573c25668ca5786d7e6002501 Reviewed-on: https://chromium-review.googlesource.com/867807 Commit-Queue: Satoshi Niwa <[email protected]> Reviewed-by: David Reveman <[email protected]> Reviewed-by: Ryo Hashimoto <[email protected]> Cr-Commit-Position: refs/heads/master@{#532756}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .