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

Unified Diff: ppapi/cpp/trusted/file_chooser_trusted.h

Issue 9728001: Make the file chooser use PP_ArrayOutput (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « ppapi/cpp/output_traits.h ('k') | ppapi/cpp/trusted/file_chooser_trusted.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/trusted/file_chooser_trusted.h
diff --git a/ppapi/cpp/trusted/file_chooser_trusted.h b/ppapi/cpp/trusted/file_chooser_trusted.h
index d730dbf796e827e75d6121045145e9f65ebacc65..6b3c1c1054a8c4dfb9740554a9889ad0e47458aa 100644
--- a/ppapi/cpp/trusted/file_chooser_trusted.h
+++ b/ppapi/cpp/trusted/file_chooser_trusted.h
@@ -28,7 +28,8 @@ class FileChooser_Trusted : public FileChooser_Dev {
// Overrides of method in superclass. This shows without requiring a user
// gesture (and can also show save dialogs).
- virtual int32_t Show(const CompletionCallback& cc);
+ virtual int32_t Show(
+ const CompletionCallbackWithOutput< std::vector<FileRef> >& callback);
private:
bool save_as_;
« no previous file with comments | « ppapi/cpp/output_traits.h ('k') | ppapi/cpp/trusted/file_chooser_trusted.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698