summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/trusted
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/trusted')
-rw-r--r--ppapi/cpp/trusted/file_chooser_trusted.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/cpp/trusted/file_chooser_trusted.cc b/ppapi/cpp/trusted/file_chooser_trusted.cc
index d925518..92fec74 100644
--- a/ppapi/cpp/trusted/file_chooser_trusted.cc
+++ b/ppapi/cpp/trusted/file_chooser_trusted.cc
@@ -67,6 +67,7 @@ int32_t FileChooser_Trusted::Show(
ChooseCallbackData0_5* data = new ChooseCallbackData0_5;
data->file_chooser = pp_resource();
data->output = callback.output();
+ data->original_callback = callback.pp_completion_callback();
return get_interface<PPB_FileChooserTrusted_0_5>()->ShowWithoutUserGesture(
pp_resource(),