| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 595ce4e8c5c0ebf90ac000554dc695ab28b32e2f..b0f6a8084077940c2202947826c45d43a112c7ae 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -438,7 +438,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| bool is_reload,
|
| IPC::Message* reply_msg);
|
| void OnRequestPlatformNotificationPermission(const GURL& origin,
|
| - int request_id);
|
| + int request_id,
|
| + bool user_gesture);
|
| void OnShowDesktopNotification(
|
| int notification_id,
|
| const ShowDesktopNotificationHostMsgParams& params);
|
|
|