Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(739)

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

Issue 5533007: Revert 68290 - Restored missing BrokerRpcClient::Connect.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ceee/ie/plugin/bho/webrequest_notifier.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/plugin/bho/webrequest_notifier.cc
===================================================================
--- ceee/ie/plugin/bho/webrequest_notifier.cc (revision 68292)
+++ ceee/ie/plugin/bho/webrequest_notifier.cc (working copy)
@@ -32,10 +32,7 @@
: internet_status_callback_stub_(NULL),
start_count_(0),
initialize_state_(NOT_INITIALIZED),
- broker_rpc_client_(true),
- webrequest_events_funnel_(&broker_rpc_client_) {
- HRESULT hr = broker_rpc_client_.Connect(true);
- DCHECK(SUCCEEDED(hr));
+ webrequest_events_funnel_(new BrokerRpcClient(true)) {
}
WebRequestNotifier::~WebRequestNotifier() {
« no previous file with comments | « ceee/ie/plugin/bho/webrequest_notifier.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698