New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ABP filter redirects as mock responses #3419
Changes from 1 commit
File filter...
Jump to…
Use ABP filter redirects as mock responses
- Loading branch information
This file was deleted.
This file was deleted.
This file was deleted.
| @@ -90,6 +90,8 @@ struct BraveRequestInfo { | ||
| const base::ListValue* referral_headers_list = nullptr; | ||
| BlockedBy blocked_by = kNotBlocked; | ||
| bool cancel_request_explicitly = false; | ||
| std::string redirect; | ||
|
This conversation was marked as resolved
by bbondy
iefremov
Contributor
|
||
|
|
||
| // Default to invalid type for resource_type, so delegate helpers | ||
| // can properly detect that the info couldn't be obtained. | ||
| // TODO(iefremov): Replace with something like |WebRequestResourceType| to | ||
non-CC spacing,
clang-formatit