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

Unified Diff: content/browser/renderer_host/render_view_host.h

Issue 7729002: Handle the ViewHostMsg_RunFileChooser IPC message which is sent by content(renderer) in RVH and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/browser/renderer_host/render_view_host.h
===================================================================
--- content/browser/renderer_host/render_view_host.h (revision 98068)
+++ content/browser/renderer_host/render_view_host.h (working copy)
@@ -41,6 +41,7 @@
struct ViewMsg_Navigate_Params;
struct WebDropData;
struct UserMetricsAction;
+struct ViewHostMsg_RunFileChooser_Params;
namespace base {
class ListValue;
@@ -475,6 +476,8 @@
void OnMsgShowPopup(const ViewHostMsg_ShowPopup_Params& params);
#endif
+ void OnRunFileChooser(const ViewHostMsg_RunFileChooser_Params& params);
+
private:
friend class TestRenderViewHost;

Powered by Google App Engine
This is Rietveld 408576698