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

Unified Diff: chrome/browser/file_select_helper.h

Issue 663473002: Add non-native file handling in FileSelectorHelper class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/file_select_helper.cc » ('j') | chrome/browser/file_select_helper.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/file_select_helper.h
diff --git a/chrome/browser/file_select_helper.h b/chrome/browser/file_select_helper.h
index f71a92f164f92d622554a473da6475eed4760afc..961878aadc158518ebd68ee462df206ee796490a 100644
--- a/chrome/browser/file_select_helper.h
+++ b/chrome/browser/file_select_helper.h
@@ -19,6 +19,7 @@
class Profile;
namespace content {
+struct FileChooserFileInfo;
class RenderViewHost;
class WebContents;
}
@@ -144,6 +145,11 @@ class FileSelectHelper
// file chooser.
void NotifyRenderViewHostAndEnd(
const std::vector<ui::SelectedFileInfo>& files);
+#if defined(OS_CHROMEOS)
+ // Sends the result to the render process, and call |RunFileChooserEnd|.
+ void ProcessSelectedFilesChromeOSAfterConversion(
+ scoped_ptr<std::vector<content::FileChooserFileInfo>> list);
+#endif // defined(OS_CHROMEOS)
// Schedules the deletion of the files in |temporary_files_| and clears the
// vector.
« no previous file with comments | « no previous file | chrome/browser/file_select_helper.cc » ('j') | chrome/browser/file_select_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698