| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 383e4175e0982d04a40e81371f34e88ae9898e79..a1bfe624c924ef94ed15c40362978395539c89fd 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -592,6 +592,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
|
|
| #if defined(OS_MACOSX) || defined(OS_ANDROID)
|
| void OnShowPopup(const ViewHostMsg_ShowPopup_Params& params);
|
| + void OnHidePopup();
|
| #endif
|
|
|
| private:
|
|
|