Chromium Code Reviews

Unified Diff: ceee/ie/plugin/bho/executor.cc

Issue 5258006: Restart of ceee_broker on crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ceee/ie/plugin/bho/executor.cc
===================================================================
--- ceee/ie/plugin/bho/executor.cc (revision 67655)
+++ 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;
}

Powered by Google App Engine