| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index bf2ac2ba976a9e2fbc12d2fc4877fa3c06d25841..41c8f4df6b1b30592eac788addca06c4fa3d4d9d 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1986,9 +1986,8 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| IPC_MESSAGE_ROUTED2(ViewHostMsg_RequestNotificationPermission,
|
| GURL /* origin */,
|
| int /* callback_context */)
|
| - IPC_SYNC_MESSAGE_ROUTED2_1(ViewHostMsg_CheckNotificationPermission,
|
| + IPC_SYNC_MESSAGE_ROUTED1_1(ViewHostMsg_CheckNotificationPermission,
|
| GURL /* source page */,
|
| - std::string /* application id */,
|
| int /* permission_result */)
|
|
|
| // Sent if the worker object has sent a ViewHostMsg_CreateDedicatedWorker
|
|
|