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

Unified Diff: chrome/browser/extensions/extension_event_router_forwarder.cc

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
Index: chrome/browser/extensions/extension_event_router_forwarder.cc
===================================================================
--- chrome/browser/extensions/extension_event_router_forwarder.cc (revision 144007)
+++ chrome/browser/extensions/extension_event_router_forwarder.cc (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -114,8 +114,7 @@
if (extension_id.empty()) {
profile->GetExtensionEventRouter()->
DispatchEventToRenderers(
- event_name, event_args, restrict_to_profile, event_url,
- extensions::EventFilteringInfo());
+ event_name, event_args, restrict_to_profile, event_url);
} else {
profile->GetExtensionEventRouter()->
DispatchEventToExtension(
Property changes on: chrome/browser/extensions/extension_event_router_forwarder.cc
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « chrome/browser/extensions/extension_event_router.cc ('k') | chrome/browser/extensions/extension_idle_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698