| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 777dcad2f4dadeee7f528b6f9c633edeaf56aa22..6a5444042544580d73ccc695c449c51ea1a6be1b 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -648,7 +648,8 @@ class Browser : public TabStripModelObserver,
|
| // Overridden from CoreTabHelperDelegate:
|
| // Note that the caller is responsible for deleting |old_contents|.
|
| virtual void SwapTabContents(content::WebContents* old_contents,
|
| - content::WebContents* new_contents) OVERRIDE;
|
| + content::WebContents* new_contents,
|
| + bool did_finish_load) OVERRIDE;
|
| virtual bool CanReloadContents(
|
| content::WebContents* web_contents) const OVERRIDE;
|
| virtual bool CanSaveContents(
|
|
|