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

Unified Diff: ceee/ie/plugin/bho/infobar_events_funnel.h

Issue 4989002: Firing event to broker without worker thread. (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ceee/ie/plugin/bho/infobar_events_funnel.h
===================================================================
--- ceee/ie/plugin/bho/infobar_events_funnel.h (revision 66617)
+++ ceee/ie/plugin/bho/infobar_events_funnel.h (working copy)
@@ -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();
« no previous file with comments | « ceee/ie/plugin/bho/events_funnel_unittest.cc ('k') | ceee/ie/plugin/bho/mediumtest_browser_helper_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698