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

Unified Diff: chrome/browser/media_galleries/media_file_system_context.h

Issue 15511009: Picasa import: MediaFileSystemRegistry and misc. plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0021-picasa-import-add-picasa-finder-to-preferences
Patch Set: Created 7 years, 7 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
Index: chrome/browser/media_galleries/media_file_system_context.h
diff --git a/chrome/browser/media_galleries/media_file_system_context.h b/chrome/browser/media_galleries/media_file_system_context.h
index 2ea9c825254ef3ef4cc6de98aadc3b0ac0ee2e8f..4232a4bf1b8eda9cbc02e0ff59606315d7e00169 100644
--- a/chrome/browser/media_galleries/media_file_system_context.h
+++ b/chrome/browser/media_galleries/media_file_system_context.h
@@ -36,6 +36,11 @@ class MediaFileSystemContext {
const std::string& device_id, const base::FilePath& path,
scoped_refptr<ScopedMTPDeviceMapEntry>* entry) = 0;
+ // Register a Picasa filesystem. |path| refers to the absolute path of the
+ // Picasa db3 database.
+ virtual std::string RegisterFileSystemForPicasa(
+ const std::string& device_id, const base::FilePath& path) = 0;
+
// Revoke the passed |fsid|.
virtual void RevokeFileSystem(const std::string& fsid) = 0;

Powered by Google App Engine
This is Rietveld 408576698