Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1480)

Unified Diff: chrome/browser/media_galleries/fileapi/iapps_finder.h

Issue 329643002: Media Galleries: Allow readding blacklisted iApps libraries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/media_galleries/fileapi/iapps_finder_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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|.
+
+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_
« no previous file with comments | « no previous file | chrome/browser/media_galleries/fileapi/iapps_finder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698