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

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

Issue 10584026: Allow ChromeOS file selection dialog to be shown from shell windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Uses BaseWindow instead of Browser Created 8 years, 6 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/extensions/api/file_system/file_system_api.cc
diff --git a/chrome/browser/extensions/api/file_system/file_system_api.cc b/chrome/browser/extensions/api/file_system/file_system_api.cc
index 37460db1aef09c2b98b80a19ac311f13bc8a0729..636e41429825dd47e8cd3a5196dd6edc289eb53d 100644
--- a/chrome/browser/extensions/api/file_system/file_system_api.cc
+++ b/chrome/browser/extensions/api/file_system/file_system_api.cc
@@ -104,7 +104,7 @@ bool FileSystemGetDisplayPathFunction::RunImpl() {
}
// Handles showing a dialog to the user to ask for the filename for a file to
-// save.
+// save or open.
class FileSystemPickerFunction::FilePicker : public SelectFileDialog::Listener {
public:
FilePicker(FileSystemPickerFunction* function,
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_process_manager.h » ('j') | chrome/browser/ui/extensions/shell_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698