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

Unified Diff: chrome/browser/chromeos/file_manager/fileapi_util.h

Issue 304373004: Implement IsNonNativeLocalPathDirectory for supporting non-local non-Drive directory access in apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comment. Created 6 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/chromeos/file_manager/fileapi_util.h
diff --git a/chrome/browser/chromeos/file_manager/fileapi_util.h b/chrome/browser/chromeos/file_manager/fileapi_util.h
index 305857a6e36983a2857d2c00a24d47fe9f9fbdfb..fe9c52fb4a4c6e3e7c4566c01f212c1f7670c1bd 100644
--- a/chrome/browser/chromeos/file_manager/fileapi_util.h
+++ b/chrome/browser/chromeos/file_manager/fileapi_util.h
@@ -13,6 +13,7 @@
#include "base/files/file.h"
#include "base/files/file_path.h"
#include "url/gurl.h"
+#include "webkit/browser/fileapi/file_system_operation_runner.h"
class Profile;
@@ -124,6 +125,12 @@ void ConvertFileDefinitionListToEntryDefinitionList(
const FileDefinitionList& file_definition_list,
const EntryDefinitionListCallback& callback);
+// Checks if a directory exists at |url|.
+void CheckIfDirectoryExists(
+ scoped_refptr<fileapi::FileSystemContext> file_system_context,
+ const GURL& url,
+ const fileapi::FileSystemOperationRunner::StatusCallback& callback);
+
} // namespace util
} // namespace file_manager
« no previous file with comments | « chrome/browser/chromeos/drive/file_system_util.cc ('k') | chrome/browser/chromeos/file_manager/fileapi_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698