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

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

Issue 19617005: Define iTunes location for media galleries tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile Created 7 years, 4 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/itunes_finder_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_galleries/fileapi/itunes_finder_mac.h
diff --git a/chrome/browser/media_galleries/fileapi/itunes_finder_mac.h b/chrome/browser/media_galleries/fileapi/itunes_finder_mac.h
index d123b1251dc0774576856a8d0996fbbffbec1630..b8b19e67f4c11336262e5e0ed3d13f6749fadd31 100644
--- a/chrome/browser/media_galleries/fileapi/itunes_finder_mac.h
+++ b/chrome/browser/media_galleries/fileapi/itunes_finder_mac.h
@@ -7,13 +7,19 @@
#include "chrome/browser/media_galleries/fileapi/itunes_finder.h"
+class MacPreferences;
+
namespace itunes {
+extern const char kITunesRecentDatabasePathsKey[];
+
class ITunesFinderMac : public ITunesFinder {
public:
explicit ITunesFinderMac(const ITunesFinderCallback& callback);
virtual ~ITunesFinderMac();
+ static void SetMacPreferencesForTesting(MacPreferences* preferences);
+
private:
virtual void FindITunesLibraryOnFileThread() OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/media_galleries/fileapi/itunes_finder_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698