| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 40cfebb3a94f907c92a7946518984258428a5f81..327f1a868f064c21afc6809bb2017e5151c4a234 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -250,11 +250,6 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_ChromeIdentityCheckResult,
|
| base::string16 /* identity */,
|
| bool /* identity_match */)
|
|
|
| -// Sent on process startup to indicate whether this process is running in
|
| -// incognito mode.
|
| -IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetIsIncognitoProcess,
|
| - bool /* is_incognito_processs */)
|
| -
|
| // Sent in response to FrameHostMsg_DidBlockRunningInsecureContent.
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowRunningInsecureContent,
|
| bool /* allowed */)
|
|
|