| 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,
|
|
|