| Index: content/public/browser/web_contents.h | 
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h | 
| index 8a3d03865fd87bd461c0b7ece178b9c73b95628d..a5403bf19667bccba75bc27ccda2009c4e5a1d83 100644 | 
| --- a/content/public/browser/web_contents.h | 
| +++ b/content/public/browser/web_contents.h | 
| @@ -408,6 +408,7 @@ class WebContents : public PageNavigator, | 
| virtual bool HasOpener() const = 0; | 
|  | 
| typedef base::Callback<void(int, /* id */ | 
| +                              int, /* HTTP status code */ | 
| const GURL&, /* image_url */ | 
| int,  /* requested_size */ | 
| const std::vector<SkBitmap>& /* bitmaps*/)> | 
|  |