| Index: chrome/browser/extensions/api/declarative/rules_registry_service.h
|
| diff --git a/chrome/browser/extensions/api/declarative/rules_registry_service.h b/chrome/browser/extensions/api/declarative/rules_registry_service.h
|
| index db0485b2f8262bfc1c7c1b2753ec48811dfba90b..eafdc2f3c248d544604649525e4bfff519c611b8 100644
|
| --- a/chrome/browser/extensions/api/declarative/rules_registry_service.h
|
| +++ b/chrome/browser/extensions/api/declarative/rules_registry_service.h
|
| @@ -38,8 +38,10 @@ class RulesRegistryService : public content::NotificationObserver {
|
| // created by us so that the RulesRegistries can be released.
|
| void Shutdown();
|
|
|
| - // Registers the default RulesRegistries used in Chromium.
|
| - void RegisterDefaultRulesRegistries();
|
| + // Registers the default RulesRegistries used in Chromium. |incognito|
|
| + // specifies whether this RulesRegistryService is associated with an incognito
|
| + // profile.
|
| + void RegisterDefaultRulesRegistries(bool incognito);
|
|
|
| // Registers a RulesRegistry and wraps it in an InitializingRulesRegistry.
|
| void RegisterRulesRegistry(const std::string& event_name,
|
|
|