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

Unified Diff: chrome/browser/extensions/api/file_system/file_system_api.h

Issue 12319138: Make chrome.filesystem API fully work with the Chrome OS Google Drive folder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 9 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/extensions/api/file_system/file_system_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e8013b7ace26ffd0a86db7ffcc021c1e583f5978..35f251d24b59dac5cc7d1f0a55d1b4ac3b4e7d17 100644
--- a/chrome/browser/extensions/api/file_system/file_system_api.h
+++ b/chrome/browser/extensions/api/file_system/file_system_api.h
@@ -32,9 +32,10 @@ class FileSystemEntryFunction : public AsyncExtensionFunction {
bool HasFileSystemWritePermission();
- // Called on the FILE thread. This is called when a writable file entry is
- // being returned. The function will ensure the file exists, creating it if
- // necessary, and also check that the file is not a link.
+ // This is called when a writable file entry is being returned. The function
+ // will ensure the file exists, creating it if necessary, and also check that
+ // the file is not a link. If it succeeds it proceeds to
+ // RegisterFileSystemAndSendResponse, otherwise to HandleWritableFileError.
void CheckWritableFile(const base::FilePath& path);
// This will finish the choose file process. This is either called directly
« no previous file with comments | « no previous file | chrome/browser/extensions/api/file_system/file_system_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698