| Index: chrome/browser/ui/tab_contents/core_tab_helper.h
|
| diff --git a/chrome/browser/ui/tab_contents/core_tab_helper.h b/chrome/browser/ui/tab_contents/core_tab_helper.h
|
| index 069edb276d254d9750ecbd76d9c43c38ef0b949b..fdee43a7f20f25020a0ca2b12267ce8cd2e2a975 100644
|
| --- a/chrome/browser/ui/tab_contents/core_tab_helper.h
|
| +++ b/chrome/browser/ui/tab_contents/core_tab_helper.h
|
| @@ -68,6 +68,7 @@ class CoreTabHelper : public content::WebContentsObserver,
|
| content::RenderFrameHost* render_frame_host) override;
|
|
|
| void OnRequestThumbnailForContextNodeACK(const std::string& thumbnail_data,
|
| + const std::string& thumbnail_format,
|
| const gfx::Size& original_size);
|
|
|
| // Delegate for notifying our owner about stuff. Not owned by us.
|
|
|