| 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
|
|
|