| 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 72fe02c696f1298d3df07be6a2b2a35e30b3612e..fc198449e666a2860ff1bfed1e282a7bd764e34b 100644 | 
| --- a/chrome/browser/extensions/api/declarative/declarative_api.h | 
| +++ b/chrome/browser/extensions/api/declarative/declarative_api.h | 
| @@ -26,9 +26,6 @@ class RulesFunction : public AsyncExtensionFunction { | 
|  | 
| protected: | 
| scoped_refptr<RulesRegistry> rules_registry_; | 
| - | 
| - private: | 
| -  void SendResponseOnUIThread(); | 
| }; | 
|  | 
| class AddRulesFunction : public RulesFunction { | 
|  |