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. |
|
sehr (please use chromium)
2012/08/02 22:37:49
s/Send/Sent/
jvoung - send to chromium...
2012/08/02 22:44:29
Done. (code removed)
|
| +IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsOffTheRecord, |
| + bool /* is_off_the_record */) |
| + |
| + |
| // 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) |