Index: ceee/ie/plugin/bho/cookie_accountant.h |
=================================================================== |
--- ceee/ie/plugin/bho/cookie_accountant.h (revision 67905) |
+++ ceee/ie/plugin/bho/cookie_accountant.h (working copy) |
@@ -52,7 +52,7 @@ |
// Since this class has one instance per window, not per tab, we cannot |
// queue the events sent to the broker. They don't need to be sent to the BHO |
// because they don't need tab_id anyway. |
- CookieAccountant() : cookie_events_funnel_(new BrokerRpcClient) {} |
+ CookieAccountant() : cookie_events_funnel_(new BrokerRpcClient(true)) {} |
virtual ~CookieAccountant(); |
// Records the modification or creation of a cookie. Fires off a |