Index: ceee/ie/plugin/bho/executor.cc |
=================================================================== |
--- ceee/ie/plugin/bho/executor.cc (revision 67905) |
+++ ceee/ie/plugin/bho/executor.cc (working copy) |
@@ -428,7 +428,7 @@ |
// is ready. |
if (window_utils::GetTopLevelParent(hwnd_) != hwnd_) |
infobar_manager_.reset( |
- new infobar_api::InfobarManager(hwnd_, new BrokerRpcClient)); |
+ new infobar_api::InfobarManager(hwnd_, new BrokerRpcClient(false))); |
return S_OK; |
} |