| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index bee6e78f2868ea212e8f88914d5abd871a275031..c706bed983728f6d8ccf97aa999d0153b338a0a7 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -252,11 +252,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 */)
|
|
|