Chromium Code Reviews| Index: chrome/common/render_messages.h |
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
| index 41f6110ad24220d8f6de74bee92012a998f64807..66b2704bcdcd5e3c3665551a2790691207764cff 100644 |
| --- a/chrome/common/render_messages.h |
| +++ b/chrome/common/render_messages.h |
| @@ -590,6 +590,11 @@ IPC_SYNC_MESSAGE_ROUTED1_1(ChromeViewHostMsg_CanTriggerClipboardWrite, |
| GURL /* origin */, |
| bool /* allowed */) |
| +// Send by the renderer to check if the current tab is off the record. |
| +IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsOffTheRecord, |
| + bool /* is_off_the_record */) |
| + |
|
brettw
2012/08/02 19:50:47
Got extra blank line.
jvoung (off chromium)
2012/08/02 22:26:08
Removed.
|
| + |
| // Sent when the renderer was prevented from displaying insecure content in |
| // a secure page by a security policy. The page may appear incomplete. |
| IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_DidBlockDisplayingInsecureContent) |