diff options
author | mad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 16:32:03 +0000 |
---|---|---|
committer | mad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 16:32:03 +0000 |
commit | 9a0cda001b1bf8fac23a9e2802745c84a182ef29 (patch) | |
tree | 10e6099e92cd7205c1e9dde881e8b32037ccd300 /ceee/ie/plugin/bho/infobar_events_funnel.h | |
parent | 58d788b2fe5b274ffc7fae9ec098c1e3e857e168 (diff) | |
download | chromium_src-9a0cda001b1bf8fac23a9e2802745c84a182ef29.zip chromium_src-9a0cda001b1bf8fac23a9e2802745c84a182ef29.tar.gz chromium_src-9a0cda001b1bf8fac23a9e2802745c84a182ef29.tar.bz2 |
The CEEE project is now deprecated.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6386038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73296 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.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ceee/ie/plugin/bho/infobar_events_funnel.h b/ceee/ie/plugin/bho/infobar_events_funnel.h deleted file mode 100644 index a8dbd45..0000000 --- a/ceee/ie/plugin/bho/infobar_events_funnel.h +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. -// -// Funnel of Chrome Extension Infobar Events. - -#ifndef CEEE_IE_PLUGIN_BHO_INFOBAR_EVENTS_FUNNEL_H_ -#define CEEE_IE_PLUGIN_BHO_INFOBAR_EVENTS_FUNNEL_H_ - -#include "ceee/ie/plugin/bho/events_funnel.h" - -// Implements a set of methods to send infobar related events to the Broker. -class InfobarEventsFunnel : public EventsFunnel { - public: - InfobarEventsFunnel() {} - explicit InfobarEventsFunnel(IEventSender* client) : EventsFunnel(client) {} - - // Sends the infobar.onDocumentComplete event to the Broker. - virtual HRESULT OnDocumentComplete(); - - private: - DISALLOW_COPY_AND_ASSIGN(InfobarEventsFunnel); -}; - -#endif // CEEE_IE_PLUGIN_BHO_INFOBAR_EVENTS_FUNNEL_H_ |