| Index: chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
|
| diff --git a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
|
| index 0aca9f5e20b86d8bfe7f79529544cba66e40cb48..05fdde4a03be4a82f0dccbf81896f9ebd87ab2d7 100644
|
| --- a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
|
| +++ b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
|
| @@ -9,7 +9,8 @@ CoreTabHelperDelegate::~CoreTabHelperDelegate() {
|
|
|
| void CoreTabHelperDelegate::SwapTabContents(
|
| content::WebContents* old_contents,
|
| - content::WebContents* new_contents) {
|
| + content::WebContents* new_contents,
|
| + bool did_finish_load) {
|
| }
|
|
|
| bool CoreTabHelperDelegate::CanReloadContents(
|
|
|