Files app: Show Android files behind a flag.
This change shows "Android files" volume on the left pane of Files app.
Android files will be shown with media view is present, this means Android file
system is available to the user.
This is an experimental feature, and only visible by enabling the flag
--show-android-files-in-files-app.
Design doc: https://docs.google.com/document/d/13KmSax9EYr_F-hScwGPafeS9pxnti9u-Ms1bO7rWJus
Bug: 822080
Test: Manually tested on Eve that Android files are accessible and copyable between Downloads and Android files.
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I553b95fee7b5c033352af12e2a7b2b5b8f7fdb67
Reviewed-on: https://chromium-review.googlesource.com/1067378
Reviewed-by: Shuhei Takahashi <[email protected]>
Reviewed-by: Joel Hockey <[email protected]>
Commit-Queue: Naoki Fukino <[email protected]>
Cr-Commit-Position: refs/heads/master@{#561169}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ee3f518..7b03e7a0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2974,6 +2974,10 @@
{"crostini-files", flag_descriptions::kCrostiniFilesName,
flag_descriptions::kCrostiniFilesDescription, kOsCrOS,
SINGLE_VALUE_TYPE(chromeos::switches::kCrostiniFiles)},
+ {"show-android-files-in-files-app",
+ flag_descriptions::kShowAndroidFilesInFilesAppName,
+ flag_descriptions::kShowAndroidFilesInFilesAppDescription, kOsCrOS,
+ SINGLE_VALUE_TYPE(chromeos::switches::kShowAndroidFilesInFilesApp)},
#endif // OS_CHROMEOS
#if defined(OS_WIN)