| Index: chrome/browser/extensions/api/declarative_webrequest/webrequest_rule.h
|
| diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rule.h b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rule.h
|
| index e7c2dcf0330308c63fa3dd2a1c10814a6d2720b8..858d308333fe186fcf20c5242fb94e1497ec0058 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rule.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rule.h
|
| @@ -71,6 +71,7 @@ class WebRequestRule {
|
| // rule is internally consistent.
|
| static scoped_ptr<WebRequestRule> Create(
|
| URLMatcherConditionFactory* url_matcher_condition_factory,
|
| + URLMatcherConditionFactory* first_party_url_matcher_condition_factory,
|
| const std::string& extension_id,
|
| base::Time extension_installation_time,
|
| linked_ptr<RulesRegistry::Rule> rule,
|
|
|