| 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 ff9def33d20075e929291ca957a89eb9629c757f..c830faf819d3389be5e3385f93f13307e4f9fe57 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 @@
|
| 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,
|
|
|