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

Unified Diff: chrome/renderer/extensions/extension_dispatcher.h

Issue 10661038: Revert 143896 - Filtered events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 months 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
« no previous file with comments | « chrome/renderer/extensions/event_unittest.cc ('k') | chrome/renderer/extensions/extension_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/extension_dispatcher.h
===================================================================
--- chrome/renderer/extensions/extension_dispatcher.h (revision 144007)
+++ chrome/renderer/extensions/extension_dispatcher.h (working copy)
@@ -13,7 +13,6 @@
#include "base/shared_memory.h"
#include "base/timer.h"
#include "content/public/renderer/render_process_observer.h"
-#include "chrome/common/extensions/event_filter.h"
#include "chrome/common/extensions/extension_set.h"
#include "chrome/common/extensions/features/feature.h"
#include "chrome/renderer/extensions/chrome_v8_context.h"
@@ -29,10 +28,6 @@
class UserScriptSlave;
struct ExtensionMsg_Loaded_Params;
-namespace extensions {
-class FilteredEventRouter;
-}
-
namespace WebKit {
class WebFrame;
}
@@ -263,10 +258,6 @@
// TODO(aa): Remove when we can restrict non-permission APIs to dev-only.
int chrome_channel_;
- // Routes events to the appropriate listener taking into consideration event
- // filters.
- scoped_ptr<extensions::EventFilter> event_filter_;
-
DISALLOW_COPY_AND_ASSIGN(ExtensionDispatcher);
};
« no previous file with comments | « chrome/renderer/extensions/event_unittest.cc ('k') | chrome/renderer/extensions/extension_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698