Index: ceee/ie/plugin/bho/cookie_events_funnel.h |
=================================================================== |
--- ceee/ie/plugin/bho/cookie_events_funnel.h (revision 66617) |
+++ ceee/ie/plugin/bho/cookie_events_funnel.h (working copy) |
@@ -13,7 +13,7 @@ |
// Implements a set of methods to send cookie related events to the Broker. |
class CookieEventsFunnel : public EventsFunnel { |
public: |
- CookieEventsFunnel() : EventsFunnel(false) {} |
+ CookieEventsFunnel() {} |
// Sends the cookies.onChanged event to the Broker. |
// @param removed True if the cookie was removed vs. set. |