| Index: content/common/platform_notification_messages.h
|
| diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h
|
| index 077e3148bb5190c3acb1dc2e8a983ce6769abd3e..17dfbc2c52342683ea14aab5b58ba6fb8fce97bf 100644
|
| --- a/content/common/platform_notification_messages.h
|
| +++ b/content/common/platform_notification_messages.h
|
| @@ -47,9 +47,10 @@ IPC_MESSAGE_CONTROL1(PlatformNotificationMsg_DidClick,
|
| // Messages sent from the renderer to the browser.
|
|
|
| // Requests permission to display platform notifications for |origin|.
|
| -IPC_MESSAGE_ROUTED2(PlatformNotificationHostMsg_RequestPermission,
|
| +IPC_MESSAGE_ROUTED3(PlatformNotificationHostMsg_RequestPermission,
|
| GURL /* origin */,
|
| - int /* request_id */)
|
| + int /* request_id */,
|
| + bool /* user_gesture */)
|
|
|
| IPC_MESSAGE_CONTROL2(PlatformNotificationHostMsg_Show,
|
| int /* notification_id */,
|
|
|