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

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

Issue 23456035: Media Galleries API Picasa: Windows Custom Database Locations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 504d3c2afabef19ba545021bdfd643ec0fb8c5d6..1c6427305e369ebb272076cbaf23dc30be38e4ef 100644
--- a/chrome/browser/media_galleries/fileapi/picasa_finder.h
+++ b/chrome/browser/media_galleries/fileapi/picasa_finder.h
@@ -11,6 +11,11 @@
namespace picasa {
+#if defined(OS_WIN)
+extern const wchar_t kPicasaRegistryPath[];
+extern const wchar_t kPicasaRegistryAppDataKey[];
+#endif
+
typedef base::Callback<void(const std::string&)> DeviceIDCallback;
// Bounces to FILE thread to find Picasa database. If the platform supports

Powered by Google App Engine
This is Rietveld 408576698