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

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

Issue 23513059: Media Galleries API Picasa: End-to-end browsertest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self review Created 7 years, 3 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/fileapi/picasa_finder.h
diff --git a/chrome/browser/media_galleries/fileapi/picasa_finder.h b/chrome/browser/media_galleries/fileapi/picasa_finder.h
index 8b30597a04557c1db2b76882b960cab6c02a8400..c784ffcca5599df855a835a9e14e88088171267b 100644
--- a/chrome/browser/media_galleries/fileapi/picasa_finder.h
+++ b/chrome/browser/media_galleries/fileapi/picasa_finder.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/callback.h"
+#include "base/files/file_path.h"
namespace picasa {
@@ -15,12 +16,14 @@ namespace PicasaFinder {
typedef base::Callback<void(const std::string&)> DeviceIDCallback;
+base::FilePath GetPicasaDatabasePath();
vandebo (ex-Chrome) 2013/09/17 21:18:06 This method feels a bit out of place: no comments,
tommycli 2013/09/18 15:25:37 Done.
+
// Bounces to FILE thread to find Picasa database. If the platform supports
// Picasa and a Picasa database is found, |callback| will be invoked on the
// calling thread. Otherwise, |callback| is not invoked.
void FindPicasaDatabase(const DeviceIDCallback& callback);
-}
+} // namespace PicasaFinder
} // namespace picasa

Powered by Google App Engine
This is Rietveld 408576698