| 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 448cb3e7c735a952d173cc3c60248cc069f71da9..f5df31301ff8c9aef0e62e9227395bb2f23e2311 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -917,6 +917,7 @@ class TabContents : public PageNavigator,
|
| const GURL& url,
|
| bool showing_repost_interstitial);
|
| virtual void DocumentLoadedInFrame(long long frame_id);
|
| + virtual void DidFinishLoad(long long frame_id);
|
|
|
| // RenderViewHostDelegate implementation.
|
| virtual RenderViewHostDelegate::View* GetViewDelegate();
|
|
|