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

Unified Diff: chrome/browser/renderer_host/chrome_render_message_filter.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
Index: chrome/browser/renderer_host/chrome_render_message_filter.h
===================================================================
--- chrome/browser/renderer_host/chrome_render_message_filter.h (revision 144007)
+++ chrome/browser/renderer_host/chrome_render_message_filter.h (working copy)
@@ -117,14 +117,6 @@
const std::string& event_name);
void OnExtensionRemoveLazyListener(const std::string& extension_id,
const std::string& event_name);
- void OnExtensionAddFilteredListener(const std::string& extension_id,
- const std::string& event_name,
- const base::DictionaryValue& filter,
- bool lazy);
- void OnExtensionRemoveFilteredListener(const std::string& extension_id,
- const std::string& event_name,
- const base::DictionaryValue& filter,
- bool lazy);
void OnExtensionCloseChannel(int port_id, bool connection_error);
void OnExtensionRequestForIOThread(
int routing_id,
« no previous file with comments | « chrome/browser/history/history_extension_api.cc ('k') | chrome/browser/renderer_host/chrome_render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698