| 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 8aef8e532a81e989d0f32093bc8d7f709e020e8a..8c0b94c01442125d610400d3bd0c211c2ef31622 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -597,6 +597,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
|
|
| #if defined(OS_MACOSX) || defined(OS_ANDROID)
|
| void OnShowPopup(const ViewHostMsg_ShowPopup_Params& params);
|
| + void OnHidePopup();
|
| #endif
|
|
|
| private:
|
|
|