Index: chrome/browser/extensions/api/file_system/file_system_api.h |
diff --git a/chrome/browser/extensions/api/file_system/file_system_api.h b/chrome/browser/extensions/api/file_system/file_system_api.h |
index 6e72a0f6ed19ac767fa2592fff5fc0813e207cbf..890fa399aefae9b147b2ce70445f31549694af6e 100644 |
--- a/chrome/browser/extensions/api/file_system/file_system_api.h |
+++ b/chrome/browser/extensions/api/file_system/file_system_api.h |
@@ -73,6 +73,8 @@ class FileSystemChooseEntryFunction : public FileSystemEntryFunction { |
static void SkipPickerAndAlwaysSelectPathForTest(base::FilePath* path); |
static void SkipPickerAndAlwaysCancelForTest(); |
static void StopSkippingPickerForTest(); |
+ static void RegisterTempExternalFileSystemForTest(const std::string& name, |
benwells
2013/03/25 10:08:13
Could you add a comment here explaining when this
kinaba
2013/03/25 12:07:51
Done.
|
+ const base::FilePath& path); |
DECLARE_EXTENSION_FUNCTION("fileSystem.chooseEntry", FILESYSTEM_CHOOSEENTRY) |