summaryrefslogtreecommitdiffstats
path: root/ceee/ie/plugin/bho/infobar_events_funnel.h
diff options
context:
space:
mode:
authorsiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 14:30:50 +0000
committersiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 14:30:50 +0000
commit626ee677a9a2419148d63aac16ea11164f4832bc (patch)
tree52423b87a3b61cb086945522f24bf3a4e143dab8 /ceee/ie/plugin/bho/infobar_events_funnel.h
parent04e7587372aadafa178a88c8ddbf8c0243453b5b (diff)
downloadchromium_src-626ee677a9a2419148d63aac16ea11164f4832bc.zip
chromium_src-626ee677a9a2419148d63aac16ea11164f4832bc.tar.gz
chromium_src-626ee677a9a2419148d63aac16ea11164f4832bc.tar.bz2
Firing event to broker without worker thread.
Landing for vitalybuka@google.com. Original review at http://codereview.chromium.org/4989002/. BUG=3093218 TEST=Unittests pass Review URL: http://codereview.chromium.org/5241002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee/ie/plugin/bho/infobar_events_funnel.h')
-rw-r--r--ceee/ie/plugin/bho/infobar_events_funnel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ceee/ie/plugin/bho/infobar_events_funnel.h b/ceee/ie/plugin/bho/infobar_events_funnel.h
index fcfa274d7..f4a7d58 100644
--- a/ceee/ie/plugin/bho/infobar_events_funnel.h
+++ b/ceee/ie/plugin/bho/infobar_events_funnel.h
@@ -12,7 +12,7 @@
// Implements a set of methods to send infobar related events to the Broker.
class InfobarEventsFunnel : public EventsFunnel {
public:
- InfobarEventsFunnel() : EventsFunnel(false) {}
+ InfobarEventsFunnel() {}
// Sends the infobar.onDocumentComplete event to the Broker.
virtual HRESULT OnDocumentComplete();