| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index ade446269c85e439775436175ae34a4aceca8699..fb23f52dd94eb64c082feef791eed79635d81ce9 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -912,6 +912,9 @@ class TabContents : public PageNavigator,
|
| void GenerateKeywordIfNecessary(
|
| const ViewHostMsg_FrameNavigate_Params& params);
|
|
|
| + // Update the thumbnail of the given URL if necessary.
|
| + void UpdateThumbnailIfNecessary(const GURL& url);
|
| +
|
| // TabSpecificContentSettings::Delegate implementation.
|
| virtual void OnContentSettingsAccessed(bool content_was_blocked);
|
|
|
|
|