| 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 7f622728e00c93f3a21e186598aae36b022e5c80..1003b0c72374bc5f6bfbb570b5e77c662fe3de77 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| @@ -69,6 +69,9 @@ class WebRequestRulesRegistry : public RulesRegistryWithCache {
|
| const std::string& extension_id) OVERRIDE;
|
| virtual content::BrowserThread::ID GetOwnerThread() const OVERRIDE;
|
|
|
| + // Returns true if this object retains no allocated data. Only for debugging.
|
| + bool IsCompletelyEmpty() const;
|
| +
|
| private:
|
| // Map that tells us which WebRequestRule may match under the condition that
|
| // the URLMatcherConditionSet::ID was returned by the |url_matcher_|.
|
|
|