| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 107831)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -1149,6 +1149,11 @@
|
| // Exit fullscreen.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_ExitFullscreen)
|
|
|
| +// Temporary message to diagnose an unexpected condition in TabContents.
|
| +IPC_MESSAGE_CONTROL1(ViewMsg_TempCrashWithData,
|
| + GURL /* data */)
|
| +
|
| +
|
| // Messages sent from the renderer to the browser.
|
|
|
| // Sent by the renderer when it is creating a new window. The browser creates
|
|
|