Index: chrome/browser/extensions/api/web_request/web_request_api_helpers.h |
diff --git a/chrome/browser/extensions/api/web_request/web_request_api_helpers.h b/chrome/browser/extensions/api/web_request/web_request_api_helpers.h |
index cbe536b74fe513e4f487a046f5666c2c7df60ed5..0fcd085b05d30c7e134d0ffc8ff6d193235db0fd 100644 |
--- a/chrome/browser/extensions/api/web_request/web_request_api_helpers.h |
+++ b/chrome/browser/extensions/api/web_request/web_request_api_helpers.h |
@@ -172,9 +172,6 @@ bool MergeOnAuthRequiredResponses( |
std::set<std::string>* conflicting_extensions, |
const net::BoundNetLog* net_log); |
-// Returns true if the request shall not be reported to extensions. |
-bool HideRequest(const net::URLRequest* request); |
- |
// Returns whether |type| is a ResourceType that is handled by the web request |
// API. |
bool IsRelevantResourceType(ResourceType::Type type); |