| 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 91d0cdf8fe066282b878f66c8beec5f174b2be0e..ffe701df4fef7fa7ebaa02c2d8f01ca12dd9429c 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| @@ -113,14 +113,6 @@ class WebRequestRulesRegistry : public RulesRegistryWithCache {
|
| }
|
|
|
| private:
|
| - // Checks whether the set of |conditions| and |actions| are consistent,
|
| - // meaning for example that we do not allow combining an |action| that needs
|
| - // to be executed before the |condition| can be fulfilled.
|
| - // Returns true in case of consistency and MUST set |error| otherwise.
|
| - static bool CheckConsistency(const WebRequestConditionSet* conditions,
|
| - const WebRequestActionSet* actions,
|
| - std::string* error);
|
| -
|
| typedef std::map<URLMatcherConditionSet::ID, WebRequestRule*> RuleTriggers;
|
| typedef std::map<WebRequestRule::GlobalRuleId, linked_ptr<WebRequestRule> >
|
| RulesMap;
|
|
|