| Index: extensions/browser/api/web_request/web_request_api_helpers.h
|
| diff --git a/extensions/browser/api/web_request/web_request_api_helpers.h b/extensions/browser/api/web_request/web_request_api_helpers.h
|
| index fae87e724ae8931d27dbd89c23cae47e6b006112..6e25fa5e73fac435e9bb4570a338fb1e1e1f343a 100644
|
| --- a/extensions/browser/api/web_request/web_request_api_helpers.h
|
| +++ b/extensions/browser/api/web_request/web_request_api_helpers.h
|
| @@ -16,7 +16,6 @@
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/ref_counted.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"
|
| @@ -329,20 +328,6 @@ std::unique_ptr<base::DictionaryValue> CreateHeaderDictionary(
|
| const std::string& name,
|
| const std::string& value);
|
|
|
| -// 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 |types| 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,
|
| - std::vector<content::ResourceType>* types);
|
| -
|
| } // namespace extension_web_request_api_helpers
|
|
|
| #endif // EXTENSIONS_BROWSER_API_WEB_REQUEST_WEB_REQUEST_API_HELPERS_H_
|
|
|