| Index: chrome/browser/ui/webui/theme_source.h
 | 
| diff --git a/chrome/browser/ui/webui/theme_source.h b/chrome/browser/ui/webui/theme_source.h
 | 
| index e23272203efb645862fd25a3075817c931669501..2ec2f2211217e4932a61c1b5880a11cc6ca43853 100644
 | 
| --- a/chrome/browser/ui/webui/theme_source.h
 | 
| +++ b/chrome/browser/ui/webui/theme_source.h
 | 
| @@ -33,6 +33,8 @@ class ThemeSource : public content::URLDataSource {
 | 
|    virtual MessageLoop* MessageLoopForRequestPath(
 | 
|        const std::string& path) const OVERRIDE;
 | 
|    virtual bool ShouldReplaceExistingSource() const OVERRIDE;
 | 
| +  virtual bool ShouldServiceRequest(
 | 
| +      const net::URLRequest* request) const OVERRIDE;
 | 
|  
 | 
|   private:
 | 
|    // Fetch and send the theme bitmap.
 | 
| 
 |