| Index: extensions/browser/api/web_request/web_request_api.h
|
| diff --git a/extensions/browser/api/web_request/web_request_api.h b/extensions/browser/api/web_request/web_request_api.h
|
| index de5784b3c739d42e45eb2a93ecf9062cab1bfd05..3332d9273735272cd7cd0eca02fde168ba504ec5 100644
|
| --- a/extensions/browser/api/web_request/web_request_api.h
|
| +++ b/extensions/browser/api/web_request/web_request_api.h
|
| @@ -274,10 +274,6 @@ class ExtensionWebRequestEventRouter
|
| int web_view_instance_id,
|
| base::WeakPtr<IPC::Sender> ipc_sender);
|
|
|
| - // Get the number of listeners - for testing only.
|
| - int GetListenerCountForTesting(void* browser_context,
|
| - const std::string& event_name);
|
| -
|
| // Removes the listener for the given sub-event.
|
| void RemoveEventListener(
|
| void* browser_context,
|
|
|