Chromium Code Reviews| Index: chrome/browser/media_galleries/fileapi/iapps_finder.h |
| diff --git a/chrome/browser/media_galleries/fileapi/iapps_finder.h b/chrome/browser/media_galleries/fileapi/iapps_finder.h |
| index a90219a52527b51fa805d1c130baaa39e59d9875..4184cc3c380251ae61d9c9d6b91c60447c26096b 100644 |
| --- a/chrome/browser/media_galleries/fileapi/iapps_finder.h |
| +++ b/chrome/browser/media_galleries/fileapi/iapps_finder.h |
| @@ -23,6 +23,15 @@ void FindIPhotoLibrary(const IAppsFinderCallback& callback); |
| void FindITunesLibrary(const IAppsFinderCallback& callback); |
| +// These methods returns true if |path| should be interpreted as the device |
| +// indicated by |device_id|. |
|
vandebo (ex-Chrome)
2014/06/11 18:36:46
Given this description, I think you don't need to
tommycli
2014/06/11 19:26:39
Done.
|
| + |
| +bool PathIndicatesIPhotoLibrary(const std::string& device_id, |
| + const base::FilePath& path); |
| + |
| +bool PathIndicatesITunesLibrary(const std::string& device_id, |
| + const base::FilePath& path); |
| + |
| } // namespace iapps |
| #endif // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_IAPPS_FINDER_H_ |