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

Unified Diff: content/renderer/pepper/pepper_in_process_resource_creation.h

Issue 10544089: Implement the file chooser as a new resource "host" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: content/renderer/pepper/pepper_in_process_resource_creation.h
diff --git a/content/renderer/pepper/pepper_in_process_resource_creation.h b/content/renderer/pepper/pepper_in_process_resource_creation.h
index 0c377cf0fd2727d6cc8f392ecba51fe0f9dc5910..1786f7799b69d4fec2376a6b8567d1f536bfbe21 100644
--- a/content/renderer/pepper/pepper_in_process_resource_creation.h
+++ b/content/renderer/pepper/pepper_in_process_resource_creation.h
@@ -37,6 +37,12 @@ class PepperInProcessResourceCreation
webkit::ppapi::PluginInstance* instance);
virtual ~PepperInProcessResourceCreation();
+ // ResourceCreation_API implementation.
+ PP_Resource PepperInProcessResourceCreation::CreateFileChooser(
+ PP_Instance instance,
+ PP_FileChooserMode_Dev mode,
+ const char* accept_types);
+
private:
class HostToPluginRouter;
scoped_ptr<HostToPluginRouter> host_to_plugin_router_;

Powered by Google App Engine
This is Rietveld 408576698