Index: chrome/browser/chrome_content_browser_client.cc |
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
index 793cedd756347b76ec64b3553f8207a0b2132c27..e8858860fd6fe668b773b46a245bdb3050d15588 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -214,6 +214,7 @@ |
#elif defined(OS_CHROMEOS) |
#include "chrome/browser/chromeos/arc/arc_session_manager.h" |
#include "chrome/browser/chromeos/arc/fileapi/arc_content_file_system_backend_delegate.h" |
+#include "chrome/browser/chromeos/arc/fileapi/arc_documents_provider_backend_delegate.h" |
#include "chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.h" |
#include "chrome/browser/chromeos/attestation/platform_verification_impl.h" |
#include "chrome/browser/chromeos/chrome_browser_main_chromeos.h" |
@@ -2807,6 +2808,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSystemBackends( |
base::MakeUnique<chromeos::MTPFileSystemBackendDelegate>( |
storage_partition_path), |
base::MakeUnique<arc::ArcContentFileSystemBackendDelegate>(), |
+ base::MakeUnique<arc::ArcDocumentsProviderBackendDelegate>(), |
external_mount_points, storage::ExternalMountPoints::GetSystemInstance()); |
backend->AddSystemMountPoints(); |
DCHECK(backend->CanHandleType(storage::kFileSystemTypeExternal)); |