Index: chrome/browser/chromeos/arc/arc_downloads_watcher_service.h |
diff --git a/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h b/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h |
index 795c2ae5862b80b0b13b8e8389a0b4e17e80b568..d469f714ca7b80041492f2d09bbb2701e8678407 100644 |
--- a/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h |
+++ b/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h |
@@ -20,6 +20,9 @@ class FilePath; |
namespace arc { |
+// Returns true if the file path has a media extension supported by Android. |
+bool HasAndroidSupportedMediaExtension(const base::FilePath& path); |
+ |
// Watches Downloads directory and registers newly created media files to |
// Android MediaProvider. |
class ArcDownloadsWatcherService |