Chromium Code Reviews| 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_; |
|
Jeffrey Yasskin
2013/11/09 02:47:22
Please comment what value this has when there's no
Fady Samuel
2013/11/10 03:39:56
Looks like it's stale unused code! Thanks for catc
|
| }; |
| class EventsEventAddRulesFunction : public RulesFunction { |