| 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 ea748e44ccaa7bb0b72787982f03d431000c754d..7487ca73a181984cfa9a16fdc2168fd378833c46 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);
|
|
|