| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 66088df4ac54731a80a8d4b949378e516758a767..4908ed8b08cdf46d7fc532e58f3a44fcb2380799 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -246,11 +246,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 */)
|
|
|