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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api.h

Issue 242443004: Remove thread restriction of fileapi::FileSystemContext::ResolveURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Return non-error for absent entry Created 6 years, 8 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/extensions/file_manager/file_browser_handler_api.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api.h b/chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api.h
index 5b7819415a91c3c446c060f6e70d15b7161ce844..472782fc085d90393d5679118890aad483bee135 100644
--- a/chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api.h
+++ b/chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api.h
@@ -113,11 +113,8 @@ class FileBrowserHandlerInternalSelectFileFunction
virtual bool RunImpl() OVERRIDE;
private:
- // Grants file access permissions for the created file to the caller.
- // Inside this method,
- void GrantPermissions(
- const base::FilePath& full_path,
- const file_manager::util::FileDefinition& file_definition,
+ // Respond to the API with selected entry definition.
+ void RespondEntryDefinition(
const file_manager::util::EntryDefinition& entry_definition);
// Creates dictionary value that will be used to as the extension function's

Powered by Google App Engine
This is Rietveld 408576698