| 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 77d540abc8f90412f662a8eb15005a1d86b04cd8..86c48f9197331d527a3ad6b0c3c5137e65ba2967 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
|
| @@ -15,7 +15,6 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| -#include "content/public/common/resource_type.h"
|
| #include "extensions/browser/warning_set.h"
|
| #include "net/base/auth.h"
|
| #include "net/http/http_request_headers.h"
|
| @@ -302,20 +301,6 @@ bool MergeOnAuthRequiredResponses(
|
| extensions::WarningSet* conflicting_extensions,
|
| const net::BoundNetLog* net_log);
|
|
|
| -// Returns whether |type| is a ResourceType that is handled by the web request
|
| -// API.
|
| -bool IsRelevantResourceType(content::ResourceType type);
|
| -
|
| -// Returns a string representation of |type| or |other| if |type| is not handled
|
| -// by the web request API.
|
| -const char* ResourceTypeToString(content::ResourceType type);
|
| -
|
| -// Stores a |content::ResourceType| representation in |type| if |type_str| is
|
| -// a resource type handled by the web request API. Returns true in case of
|
| -// success.
|
| -bool ParseResourceType(const std::string& type_str,
|
| - content::ResourceType* type);
|
| -
|
| // Triggers clearing each renderer's in-memory cache the next time it navigates.
|
| void ClearCacheOnNavigation();
|
|
|
|
|