| Index: chrome/browser/thumbnails/thumbnail_tab_helper.h
|
| diff --git a/chrome/browser/thumbnails/thumbnail_tab_helper.h b/chrome/browser/thumbnails/thumbnail_tab_helper.h
|
| index 560e443759d966bbb90d8b4f921c9bb27836c5b3..8e97064540bcdf5078b771432a25872e80fc713e 100644
|
| --- a/chrome/browser/thumbnails/thumbnail_tab_helper.h
|
| +++ b/chrome/browser/thumbnails/thumbnail_tab_helper.h
|
| @@ -41,7 +41,7 @@ class ThumbnailTabHelper
|
|
|
| // content::WebContentsObserver overrides.
|
| void RenderViewDeleted(content::RenderViewHost* render_view_host) override;
|
| - void DidStartLoading(content::RenderViewHost* render_view_host) override;
|
| + void DidStartLoading() override;
|
| void NavigationStopped() override;
|
|
|
| // Update the thumbnail of the given tab contents if necessary.
|
|
|