| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index c1ba762e777b9e88efeaf1e07d4a52439a60f82d..ef445ad73ecf1554ae51548cb4e206c254d04c6f 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -112,7 +112,9 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| // CoreTabHelperDelegate ----------------------------------------------------
|
|
|
| virtual void SwapTabContents(content::WebContents* old_contents,
|
| - content::WebContents* new_contents) OVERRIDE;
|
| + content::WebContents* new_contents,
|
| + bool did_start_load,
|
| + bool did_finish_load) OVERRIDE;
|
|
|
| // NotificationObserver -----------------------------------------------------
|
| virtual void Observe(int type,
|
|
|