| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 97468)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -121,7 +121,8 @@
|
| host->channel()->AddFilter(new TextInputClientMessageFilter(host->id()));
|
| #endif
|
|
|
| - host->Send(new ViewMsg_SetIsIncognitoProcess(profile->IsOffTheRecord()));
|
| + host->Send(new ChromeViewMsg_SetIsIncognitoProcess(
|
| + profile->IsOffTheRecord()));
|
| }
|
|
|
| void ChromeContentBrowserClient::PluginProcessHostCreated(
|
|
|