| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 49ab92881ca02ed50169133ab694d5a256bd4784..9c9106a5cf94269c6cd60b598bd6a6f6a29f00f9 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -2387,6 +2387,12 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_UpdateZoomLimits,
|
| int /* maximum_percent */,
|
| bool /* remember */)
|
|
|
| +IPC_SYNC_MESSAGE_ROUTED0_1(ViewHostMsg_IsCopyCutEnabled,
|
| + bool /* enabled */)
|
| +
|
| +IPC_SYNC_MESSAGE_ROUTED0_1(ViewHostMsg_IsPasteEnabled,
|
| + bool /* enabled */)
|
| +
|
| //---------------------------------------------------------------------------
|
| // Device orientation services messages:
|
|
|
|
|