Chromium Code Reviews| 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..1100a1f405a8ed4660d20cd6548cf95e931b6712 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_IsWebCopyCutEnabled, |
|
Aaron Boodman
2011/02/16 21:52:34
This looks like a synchronous message to the brows
dcheng
2011/02/18 06:38:33
I've moved this to RenderMessageFilter. I'm not 10
|
| + bool /* enabled */) |
| + |
| +IPC_SYNC_MESSAGE_ROUTED0_1(ViewHostMsg_IsWebPasteEnabled, |
| + bool /* enabled */) |
| + |
| //--------------------------------------------------------------------------- |
| // Device orientation services messages: |