| Index: chrome/browser/tab_contents/insecure_content_infobar_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/insecure_content_infobar_delegate.cc (revision 97468)
|
| +++ chrome/browser/tab_contents/insecure_content_infobar_delegate.cc (working copy)
|
| @@ -67,8 +67,8 @@
|
|
|
| int32 routing_id = tab_contents_->routing_id();
|
| tab_contents_->Send((type_ == DISPLAY) ? static_cast<IPC::Message*>(
|
| - new ViewMsg_SetAllowDisplayingInsecureContent(routing_id, true)) :
|
| - new ViewMsg_SetAllowRunningInsecureContent(routing_id, true));
|
| + new ChromeViewMsg_SetAllowDisplayingInsecureContent(routing_id, true)) :
|
| + new ChromeViewMsg_SetAllowRunningInsecureContent(routing_id, true));
|
| return true;
|
| }
|
|
|
|
|