| Index: chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| index 3beff8fdb0228adec39b33254ab66d240405e16e..b71406f0f9c2169628448d362dc6117b83066c59 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| @@ -33,7 +33,6 @@ class URLRequest;
|
| namespace extensions {
|
|
|
| class RulesRegistryService;
|
| -class WebRequestRule;
|
|
|
| // The WebRequestRulesRegistry is responsible for managing
|
| // the internal representation of rules for the Declarative Web Request API.
|
| @@ -76,7 +75,9 @@ class WebRequestRulesRegistry : public RulesRegistryWithCache {
|
| // Returns which modifications should be executed on the network request
|
| // according to the rules registered in this registry.
|
| std::list<LinkedPtrEventResponseDelta> CreateDeltas(
|
| - net::URLRequest* request, RequestStages request_stage);
|
| + net::URLRequest* request,
|
| + RequestStages request_stage,
|
| + const WebRequestRule::OptionalRequestData& optional_request_data);
|
|
|
| // Implementation of RulesRegistryWithCache:
|
| virtual std::string AddRulesImpl(
|
|
|