| Index: chrome/browser/extensions/api/declarative/declarative_api.h
|
| diff --git a/chrome/browser/extensions/api/declarative/declarative_api.h b/chrome/browser/extensions/api/declarative/declarative_api.h
|
| index f740a3e9b70640e5d3f551b70fc2e65a66bc1d73..57e0d16cb4d08d2cfefcdcfd6a29c325e25b33d2 100644
|
| --- a/chrome/browser/extensions/api/declarative/declarative_api.h
|
| +++ b/chrome/browser/extensions/api/declarative/declarative_api.h
|
| @@ -29,6 +29,7 @@ class RulesFunction : public ChromeAsyncExtensionFunction {
|
| virtual bool RunImplOnCorrectThread() = 0;
|
|
|
| scoped_refptr<RulesRegistry> rules_registry_;
|
| + int webview_instance_id_;
|
| };
|
|
|
| class EventsEventAddRulesFunction : public RulesFunction {
|
|
|